diff --git a/src/game.js b/src/game.js index c6decc9..232da01 100644 --- a/src/game.js +++ b/src/game.js @@ -11,7 +11,7 @@ export class Game { this.lastTime = 0; // Game settings - this.cellSize = 40; + this.cellSize = 50; this.cols = Math.floor(canvas.width / this.cellSize); this.rows = Math.floor(canvas.height / this.cellSize);