Add units UI
This commit is contained in:
@@ -191,6 +191,7 @@ typedef struct Unit {
|
||||
f32 maxSpeed;
|
||||
f32 acceleration;
|
||||
f32 deceleration;
|
||||
EntityType unitType;
|
||||
} Unit;
|
||||
extern ECS_COMPONENT_DECLARE(Unit);
|
||||
typedef struct Building {
|
||||
|
||||
Reference in New Issue
Block a user