Day 42 complete.

This commit is contained in:
igor
2026-04-27 23:11:32 -07:00
parent f19963ec6b
commit 50fb128698
4 changed files with 106 additions and 53 deletions
+4 -4
View File
@@ -1,9 +1,10 @@
#ifndef HANDMADE_TILE_H_SENTRY
#define HANDMADE_TILE_H_SENTRY
#include "handmade_math.h"
typedef struct tile_map_difference {
F32 dX;
F32 dY;
v2 dXY;
F32 dZ;
} tile_map_difference;
@@ -13,8 +14,7 @@ typedef struct tile_map_position {
U32 AbsTileZ;
/* NOTE: X and Y relative to tile center. */
F32 OffsetX;
F32 OffsetY;
v2 Offset;
} tile_map_position;
typedef struct tile_chunk_position {