up to building the map

This commit is contained in:
2026-06-10 02:32:01 -07:00
parent fa7a6ac176
commit 4032a5ea76
5 changed files with 93 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
package game
MAP_W :: 16 // map width in tiles
MAP_H :: 12 // map height in tiles
TILE_SIZE :: 32 // size of tiles in pixels