RTS Control groups

This commit is contained in:
Anuken
2023-09-19 23:48:40 -04:00
parent e6b2e27d2a
commit aecd220574
8 changed files with 119 additions and 18 deletions

View File

@@ -611,7 +611,9 @@ public class PlacementFragment{
rebuildCategory.run();
frame.update(() -> {
if(gridUpdate(control.input)) rebuildCategory.run();
if(!control.input.commandMode && gridUpdate(control.input)){
rebuildCategory.run();
}
});
});
});