added title screen

This commit is contained in:
2025-11-28 20:37:45 +01:00
parent 88c6f4be72
commit 5fbf815595
5 changed files with 78 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ public class OldManNPC extends Entity {
public void setDialogue() {
dialogue[0] = "Hello, lad.";
dialogue[1] = "So you've come to this island to \nfind the treasure?";
dialogue[2] = "I used to be a great wizard but now... \nI'm a bit too old for taking an \nadventure";
dialogue[2] = "I used to be a great wizard but now... \nI'm a bit too old for taking an \nadventure.";
dialogue[3] = "Well, good luck on you.";
}