From f44e5478ab561e454e512432e9a876f8e02cc208 Mon Sep 17 00:00:00 2001 From: "Maurice L." Date: Tue, 24 Mar 2026 13:03:40 +0100 Subject: [PATCH] add OldManNPC dialogue setup --- src/de/miaurizius/jgame2d/entity/npc/OldManNPC.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/de/miaurizius/jgame2d/entity/npc/OldManNPC.java b/src/de/miaurizius/jgame2d/entity/npc/OldManNPC.java index bb91e52..45d73f6 100644 --- a/src/de/miaurizius/jgame2d/entity/npc/OldManNPC.java +++ b/src/de/miaurizius/jgame2d/entity/npc/OldManNPC.java @@ -68,6 +68,7 @@ public class OldManNPC extends Entity { right1 = initEntitySprites("npc/oldman_right_1"); right2 = initEntitySprites("npc/oldman_right_2"); } + @Override public void setDialogue() { dialogue[0][0] = "Hello, lad."; dialogue[0][1] = "So you've come to this island to \nfind the treasure?";