mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 22:12:16 -08:00
Turn logic / Cross-sector production / Pad tweaks
This commit is contained in:
parent
603cb4295a
commit
b68e0a8562
16 changed files with 188 additions and 39 deletions
|
|
@ -199,6 +199,10 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
|
|||
public void update(){
|
||||
player.typing(ui.chatfrag.shown());
|
||||
|
||||
if(player.isBuilder()){
|
||||
player.builder().building(isBuilding);
|
||||
}
|
||||
|
||||
if(!player.dead()){
|
||||
controlledType = player.unit().type();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue