enemy movement and object pool

This commit is contained in:
2026-06-10 02:32:01 -07:00
parent 85f6a286ac
commit 2e09dbe65d
4 changed files with 81 additions and 22 deletions
+6
View File
@@ -7,3 +7,9 @@ TILE_SIZE :: 32 // size of tiles in pixels
SCREEN_W :: MAP_W * TILE_SIZE
SCREEN_H :: MAP_H * TILE_SIZE
MAX_ENEMIES :: 64
MAX_WAVES :: 5
MAX_TOWERS :: 32
TOWER_COST :: 50