Merge branch 'develop' of https://github.com/ProjectGroepA2/Arcade into develop

Conflicts:
	image/Images.java
This commit is contained in:
Bilel Bghiel
2015-06-19 19:46:35 +02:00
4 changed files with 12 additions and 3 deletions
+7
View File
@@ -49,6 +49,13 @@ public class GameOverState extends GameState {
createBackground();
ButtonHandler.getButton(1).setColor(GameModel.colors[0]);
ButtonHandler.getButton(2).setColor(GameModel.colors[2]);
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
e.printStackTrace();
}
JoystickHandler.REPEAT = true;
uploaded = false;
}