Day 31 complete.

This commit is contained in:
igor
2026-04-10 02:06:25 -07:00
parent a2985c20ef
commit 1635bebb5d
3 changed files with 33 additions and 30 deletions
+3 -2
View File
@@ -162,13 +162,14 @@ typedef struct tile_map {
} tile_map;
typedef struct world {
F32 TileSideInMeters;
S32 TileSideInPixels;
S32 CountX;
S32 CountY;
F32 UpperLeftX;
F32 UpperLeftY;
F32 TileWidth;
F32 TileHeight;
S32 TileMapCountX;
S32 TileMapCountY;