Better logic UI

This commit is contained in:
Anuken 2020-08-14 10:48:29 -04:00
parent 73dd7ba21a
commit ffb2d6eeaa
10 changed files with 125 additions and 74 deletions

View file

@ -197,7 +197,7 @@ public class DesktopInput extends InputHandler{
Core.camera.position.lerpDelta(player, Core.settings.getBool("smoothcamera") ? 0.08f : 1f);
}
shouldShoot = true;
shouldShoot = !scene.hasMouse();
if(!scene.hasMouse()){
if(Core.input.keyDown(Binding.control) && Core.input.keyTap(Binding.select)){