Add feedback UI for selecting and placing units

This commit is contained in:
2023-11-23 12:21:25 +01:00
parent 0dc8046d8f
commit 5ff0fbb26f
4 changed files with 86 additions and 121 deletions

View File

@@ -31,6 +31,7 @@ typedef struct InputState {
TileSize buildingSize;
// SELECTED_UNITS
ecs_entity_t *entities;
Position *unitPositions;
// SELECTED_OBJECT
// SELECTED_BUILDING
} InputState;