Day 36. 25:01. Need to draw assets.

This commit is contained in:
igor
2026-04-16 22:18:24 -07:00
parent dea811e073
commit a8a3b57f8a
6 changed files with 269 additions and 362 deletions
+3 -3
View File
@@ -6,9 +6,9 @@ typedef struct tile_map_position {
U32 AbsTileY;
U32 AbsTileZ;
/* NOTE: Tile-relative X and Y. */
F32 TileRelX;
F32 TileRelY;
/* NOTE: X and Y relative to tile center. */
F32 OffsetX;
F32 OffsetY;
} tile_map_position;
typedef struct tile_chunk_position {