Example rendering
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user