yolo umlauts

This commit is contained in:
lubiana 2014-10-31 09:36:57 +01:00
parent 72be799fec
commit 9b2b295cdb
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ public class MainMenuScreen extends Screen {
private boolean colorValueIncrease = true;
private int menuPoint = 0;
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) {
super(parent);