Added cancel button color
This commit is contained in:
@@ -54,6 +54,7 @@ public class GameOverState extends GameState {
|
|||||||
public void init() {
|
public void init() {
|
||||||
createBackground();
|
createBackground();
|
||||||
ButtonHandler.getButton(1).setColor(GameModel.colors[0]);
|
ButtonHandler.getButton(1).setColor(GameModel.colors[0]);
|
||||||
|
ButtonHandler.getButton(2).setColor(GameModel.colors[2]);
|
||||||
JoystickHandler.REPEAT = true;
|
JoystickHandler.REPEAT = true;
|
||||||
uploaded = false;
|
uploaded = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user