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
@@ -1,6 +1,6 @@
using Godot;
using System;
using Babushka.scripts.CSharp.Common.Util;
namespace Babushka.scripts.CSharp.Common.Quest;
public partial class QuestDescriptionUi : RichTextLabel
{
@@ -8,4 +8,4 @@ public partial class QuestDescriptionUi : RichTextLabel
{
Text = questLog.currentDetailQuest?.description ?? "";
}
}
}