Example rendering

This commit is contained in:
2025-10-08 22:34:27 -05:00
parent 20cf016b06
commit fef31b9102
9 changed files with 133 additions and 10 deletions

View File

@@ -29,8 +29,8 @@ typedef enum {
typedef struct entity_s {
entitytype_t type;
direction_t direction;
worldchunkpos_t position[3];
worldsubtile_t velocity[3];
worldchunkpos_t position[WORLD_DIMENSIONS];
worldsubtile_t velocity[WORLD_DIMENSIONS];
union {
player_t player;