diff options
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; |
