Remove formations for now
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user