From 4037350e7e07e768f348705282c36ff041d1efeb Mon Sep 17 00:00:00 2001 From: skythedragon Date: Sun, 29 Sep 2024 14:00:38 -0400 Subject: [PATCH] 128 --- config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.js b/config.js index ad26705..d82b3b2 100644 --- a/config.js +++ b/config.js @@ -6,7 +6,7 @@ export const config = { }; export const consts = { - "GRID_COUNT": 100, + "GRID_COUNT": 128, "CELL_WIDTH": 40, "SPEED": 5, "BORDER_WIDTH": 20,