entity dir
This commit is contained in:
@@ -22,7 +22,7 @@ typedef struct {
|
||||
tile_t tiles[MAP_TILE_COUNT_MAX];
|
||||
} maplayer_t;
|
||||
|
||||
typedef struct {
|
||||
typedef struct map_s {
|
||||
entity_t entities[MAP_ENTITY_COUNT_MAX];
|
||||
uint8_t entityCount;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user