mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 22:12:16 -08:00
Better logic UI
This commit is contained in:
parent
73dd7ba21a
commit
ffb2d6eeaa
10 changed files with 125 additions and 74 deletions
|
|
@ -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)){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue