Fixed a sound bugg and added a new load bar.
This commit is contained in:
parent
88fcd15266
commit
7aa445f694
8 changed files with 11 additions and 12 deletions
|
|
@ -2,6 +2,7 @@ package ei.game.gamestate;
|
|||
|
||||
import ei.engine.scene.Node;
|
||||
import ei.engine.sound.Sound;
|
||||
import ei.engine.sound.SoundManager;
|
||||
import ei.engine.state.GameState;
|
||||
import ei.game.hud.InGameHud;
|
||||
import ei.game.input.InGameKeyboardInput;
|
||||
|
|
@ -29,6 +30,7 @@ public class InGameState extends GameState{
|
|||
public void init() {
|
||||
PlayerHandler.getInstance().clear();
|
||||
WeaponHandler.getInstance().clear();
|
||||
SoundManager.getInstnace().clear();
|
||||
|
||||
rootNode = new Node("InGameNode");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue