Various tweaks

This commit is contained in:
Anuken
2020-04-12 10:26:18 -04:00
parent f163601262
commit 603d8b16d0
23 changed files with 816 additions and 799 deletions

View File

@ -181,6 +181,7 @@ public class DesktopInput extends InputHandler{
}
}
//TODO this is for debugging, remove later
if(Core.input.keyTap(KeyCode.Q) && !player.dead()){
Fx.commandSend.at(player);
Units.nearby(player.team(), player.x(), player.y(), 200f, u -> {