RTS unit control improvements/fixes

This commit is contained in:
Anuken
2022-05-08 12:45:48 -04:00
parent 61b01892e7
commit d28a839f55
7 changed files with 61 additions and 22 deletions

View File

@@ -649,6 +649,8 @@ public class MobileInput extends InputHandler implements GestureListener{
}else if(commandMode && selectedUnits.size > 0){
//handle selecting units with command mode
commandTap(x, y);
}else if(commandMode){
tapCommandUnit();
}else{
//control units
if(count == 2){