last things i wanna fix

This commit is contained in:
Makussu 2024-06-10 18:41:57 +02:00
parent cb79616037
commit 23315f30c3

View File

@ -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(){