support full screen gameplay

This commit is contained in:
2026-06-21 01:27:45 -07:00
parent ff341cb834
commit fcfd1e95d8
5 changed files with 82 additions and 16 deletions
+3
View File
@@ -9,6 +9,9 @@ TILE_SIZE :: 32 // size of tiles in pixels
SCREEN_W :: MAP_W * TILE_SIZE
SCREEN_H :: MAP_H * TILE_SIZE
DEFAULT_WINDOW_W :: 1280
DEFAULT_WINDOW_H :: 720
MAX_ENEMIES :: 64
MAX_WAVES :: 5
MAX_TOWERS :: 32