Various tweaks and speculative changes

This commit is contained in:
Anuken
2020-09-19 21:54:08 -04:00
parent cdd1e90d1a
commit b9fd38a76e
12 changed files with 66 additions and 54 deletions

View File

@@ -324,7 +324,8 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
commander.clearCommand();
}else{
commander.commandNearby(new SquareFormation());
//TODO try out some other formations
commander.commandNearby(new CircleFormation());
Fx.commandSend.at(player);
}