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

@@ -272,6 +272,7 @@ void drawPlayerInputUI() {
}
case INPUT_SELECTED_UNITS: {
BZ_ASSERT(selectedUnitCount);
/*
if (selectedUnitCount > 1 && isInputBtnDragged(input, primaryBtn)) {
i32 numUnits = selectedUnitCount;
f32 unitSpacing = 3.5f;
@@ -285,6 +286,7 @@ void drawPlayerInputUI() {
DrawCircle(pos.x, pos.y, 2.0f, ORANGE);
}
}
*/
Rectangle area = {input->mouseWorld.x, input->mouseWorld.y, 1, 1};
DrawCircle(area.x, area.y, 4.0f, BLUE);