Add feedback UI for selecting and placing units
This commit is contained in:
@@ -31,6 +31,7 @@ typedef struct InputState {
|
||||
TileSize buildingSize;
|
||||
// SELECTED_UNITS
|
||||
ecs_entity_t *entities;
|
||||
Position *unitPositions;
|
||||
// SELECTED_OBJECT
|
||||
// SELECTED_BUILDING
|
||||
} InputState;
|
||||
|
||||
Reference in New Issue
Block a user