yolo umlauts

This commit is contained in:
lubiana 2014-10-31 09:36:57 +01:00
parent 72be799fec
commit 9b2b295cdb

View File

@ -23,7 +23,7 @@ public class MainMenuScreen extends Screen {
private boolean colorValueIncrease = true; private boolean colorValueIncrease = true;
private int menuPoint = 0; private int menuPoint = 0;
private boolean keyPressed = false; private boolean keyPressed = false;
private int animationStatus = 0; //0 = Animation noch nicht gestartet, 1 = Animation läuft, 2 = Animation beendet private int animationStatus = 0; //0 = Animation noch nicht gestartet, 1 = Animation laeuft, 2 = Animation beendet
public MainMenuScreen(Screen parent) { public MainMenuScreen(Screen parent) {
super(parent); super(parent);