Completed first demo quest line

This commit is contained in:
jonathan
2025-08-13 03:23:45 +02:00
parent c96be7467e
commit 6e998810b6
16 changed files with 95 additions and 31 deletions
@@ -20,6 +20,7 @@ public partial class QuestMessagePopup : Control
public override void _EnterTree()
{
QuestManager.Instance!.QuestsChanged += NewActiveQuest;
NewActiveQuest();
}
public override void _ExitTree()