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,