WIP objective marker editing + Mobile factory output tap

This commit is contained in:
Anuken
2022-06-26 12:09:58 -04:00
parent 5b48faf13b
commit b25ca6ff33
4 changed files with 131 additions and 21 deletions

View File

@@ -646,7 +646,7 @@ public class MobileInput extends InputHandler implements GestureListener{
}else if(mode == breaking && validBreak(linked.x,linked.y) && !hasPlan(linked)){
//add to selection queue if it's a valid BREAK position
selectPlans.add(new BuildPlan(linked.x, linked.y));
}else if(commandMode && selectedUnits.size > 0){
}else if((commandMode && selectedUnits.size > 0) || commandBuild != null){
//handle selecting units with command mode
commandTap(x, y);
}else if(commandMode){