Partial entity inspector

This commit is contained in:
2024-01-07 13:49:13 +01:00
parent 5dbc5ba15e
commit 9c745d2857
9 changed files with 276 additions and 56 deletions

View File

@@ -42,11 +42,12 @@ typedef struct Game {
BzObjectPool *actions;
} pools;
struct {
bool path;
bool entityColliders;
bool mapColliders;
bool spatialGrid;
} debugDraw;
bool drawPath;
bool drawEntityColliders;
bool drawMapColliders;
bool drawSpatialGrid;
ecs_entity_t *inspecting;
} debug;
f32 elapsed;
ecs_query_t *drawQuery;