diff options
| author | Maksymilian Jopek <maks@jopek.eu> | 2022-03-27 23:06:05 +0200 |
|---|---|---|
| committer | Maksymilian Jopek <maks@jopek.eu> | 2022-03-27 23:06:05 +0200 |
| commit | 6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925 (patch) | |
| tree | 52a77c928e527125c752fdc2fec5d1809ea43818 /src/consts.ts | |
| parent | ab750d05a2eb580067e51c26032ff24358834d0b (diff) | |
| download | boules-6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925.tar.gz boules-6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925.tar.zst boules-6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925.zip | |
v0.1.0 - Game without ending
Diffstat (limited to 'src/consts.ts')
| -rw-r--r-- | src/consts.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/consts.ts b/src/consts.ts index 1798a45..f97cbd1 100644 --- a/src/consts.ts +++ b/src/consts.ts @@ -4,3 +4,4 @@ export const MAP_HEIGHT = 9; export const MAP_WIDTH = 9; export const TD_SIZE = "50px"; export const CIRCLE_SIZE = "35px"; +export const DELETE_FROM_BALLS = 3; |
