Remove formations for now

This commit is contained in:
2023-12-07 18:32:49 +01:00
parent 85511812b5
commit eac2d676d6
3 changed files with 3 additions and 6 deletions

View File

@@ -46,7 +46,7 @@ typedef struct InputState {
bool buildingCanPlace;
TilePosition buildingPos;
TileSize buildingSize;
// Units
// SELECTED_UNITS
Rectangle pickArea;
struct {
@@ -58,7 +58,6 @@ typedef struct InputState {
ecs_query_t *selected;
//ecs_query_t *selectedBuilding;
} queries;
Position *unitPositions;
// SELECTED_OBJECT
// SELECTED_BUILDING
} InputState;