mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-26 06:22:17 -08:00
Better logic UI
This commit is contained in:
parent
73dd7ba21a
commit
ffb2d6eeaa
10 changed files with 125 additions and 74 deletions
|
|
@ -903,7 +903,7 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
|||
}
|
||||
|
||||
public boolean canShoot(){
|
||||
return block == null && !Core.scene.hasMouse() && !onConfigurable() && !isDroppingItem() && !(player.builder().updateBuilding() && player.builder().isBuilding());
|
||||
return block == null && !onConfigurable() && !isDroppingItem() && !(player.builder().updateBuilding() && player.builder().isBuilding());
|
||||
}
|
||||
|
||||
public boolean onConfigurable(){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue