game logic fixed1.0

This commit is contained in:
Remco
2015-06-05 11:48:09 +02:00
parent 1bf525c6b7
commit 76c288cfec
3 changed files with 107 additions and 126 deletions
+3 -1
View File
@@ -11,6 +11,7 @@ import java.awt.image.BufferedImage;
import control.joystick.JoystickEvent;
import model.SongHandler;
import control.GameStateManager;
import control.GameStateManager.State;
import control.button.ButtonEvent;
public class TitleState extends GameState {
@@ -73,7 +74,8 @@ public class TitleState extends GameState {
switch(e.getButton().getButtonID()){
case 0:
gsm.next();
//gsm.next();
gsm.setState(State.PLAY_STATE);
break;
}