reafactoring

This commit is contained in:
LuckyLaszlo
2022-11-17 12:22:57 +01:00
parent 6fb1470dbb
commit 023b5ed485
5 changed files with 61 additions and 52 deletions

View File

@@ -1 +1,7 @@
import {w} from "../shared_js/constants.js"
export * from "../shared_js/constants.js"
export const midLineSize = Math.floor(w/150);
export const scoreSize = Math.floor(w/16);
export const gridSize = Math.floor(w/500);