fixe building animations
This commit is contained in:
parent
bdd9d6c746
commit
ae32a0a298
4 changed files with 18 additions and 14 deletions
|
|
@ -12,7 +12,6 @@ import ei.game.player.HumanPlayer;
|
|||
import ei.game.player.PlayerHandler;
|
||||
import ei.game.scene.Map;
|
||||
import ei.game.scene.units.APU;
|
||||
import ei.game.scene.units.Bomber;
|
||||
import ei.game.scene.units.Tank;
|
||||
import ei.game.scene.weapons.WeaponHandler;
|
||||
|
||||
|
|
@ -98,7 +97,7 @@ public class InGameState extends GameState{
|
|||
return map;
|
||||
}
|
||||
|
||||
public void input(boolean b){
|
||||
public static void input(boolean b){
|
||||
mouse.setEnabled(b);
|
||||
keyboard.setEnabled(b);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue