able to spawn enemy when pressing space
This commit is contained in:
@@ -4,3 +4,6 @@ MAP_W :: 16 // map width in tiles
|
||||
MAP_H :: 12 // map height in tiles
|
||||
TILE_SIZE :: 32 // size of tiles in pixels
|
||||
|
||||
SCREEN_W :: MAP_W * TILE_SIZE
|
||||
SCREEN_H :: MAP_H * TILE_SIZE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user