RTS Control groups
This commit is contained in:
@@ -341,6 +341,7 @@ public class SettingsMenuDialog extends BaseDialog{
|
||||
if(!mobile){
|
||||
game.checkPref("backgroundpause", true);
|
||||
game.checkPref("buildautopause", false);
|
||||
game.checkPref("distinctcontrolgroups", true);
|
||||
}
|
||||
|
||||
game.checkPref("doubletapmine", false);
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user