Day 31 complete.
This commit is contained in:
+3
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user