This commit is contained in:
Smile Rex
2026-01-21 18:30:37 +03:00
parent 77fa4cbd03
commit 29f2e0b165
28 changed files with 1515 additions and 1574 deletions

4
src/config/game.ts Normal file
View File

@@ -0,0 +1,4 @@
export const GAME_WIDTH = 360;
export const GAME_HEIGHT = 640;
export const PLAYER_SIZE = 32;
export const TICK_RATE = 30;