Add units UI

This commit is contained in:
2024-01-23 19:46:12 +01:00
parent efd241d950
commit 3511b260cc
5 changed files with 152 additions and 16 deletions

View File

@@ -191,6 +191,7 @@ typedef struct Unit {
f32 maxSpeed;
f32 acceleration;
f32 deceleration;
EntityType unitType;
} Unit;
extern ECS_COMPONENT_DECLARE(Unit);
typedef struct Building {