last things i wanna fix
This commit is contained in:
parent
cb79616037
commit
23315f30c3
@ -13,7 +13,7 @@ public class StartScreen implements State {
|
|||||||
StartScreen(Fenster window) {
|
StartScreen(Fenster window) {
|
||||||
this.window = window;
|
this.window = window;
|
||||||
startingAnimation = new AniShrink(this.window, window.player);
|
startingAnimation = new AniShrink(this.window, window.player);
|
||||||
startingDialog = new Bubble(window, Arrays.asList("Das bist du...", "In einer gefährlichen Welt", "Wirst du überleben?"));
|
startingDialog = new Bubble(window, Arrays.asList("Das bist du...", "Töte Zombies...", "um xp zu erhalten"));
|
||||||
}
|
}
|
||||||
|
|
||||||
public boolean active(){
|
public boolean active(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user