More UI changes, made weapons usable, fixed ammo for turret types

This commit is contained in:
Anuken
2017-09-24 12:20:43 -04:00
parent 67b1fc4dbd
commit 2f092604a3
19 changed files with 156 additions and 93 deletions

View File

@@ -32,8 +32,9 @@ public class Mindustry extends ModuleCore {
}
if(!GameState.is(State.paused)){
Inputs.update();
Timers.update();
}
Inputs.update();
}
}