From 6b08c641e9ad1f3b1c7ecc626efc0ee34d3d6925 Mon Sep 17 00:00:00 2001 From: Maksymilian Jopek Date: Sun, 27 Mar 2022 23:06:05 +0200 Subject: v0.1.0 - Game without ending --- src/consts.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'src/consts.ts') 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; -- cgit v1.3.1