mirror of
https://github.com/kuhyx/slavic_game_jam.git
synced 2026-07-04 12:03:04 +02:00
feat: make the maze smaller
This commit is contained in:
parent
fbc5c43070
commit
13123234da
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user