More work on taking quests

This commit is contained in:
2025-08-06 04:17:27 -04:00
parent 2c99ece532
commit d705ed0496
22 changed files with 270 additions and 72 deletions

View File

@@ -18,8 +18,8 @@ func enable(en: bool) -> void:
else:
mouse_filter=Control.MOUSE_FILTER_IGNORE
func setup(adv : AdventurerData) -> void:
data = adv
func setup(member : AdventurerData) -> void:
data = member
%NameLabel.text = data.given_name + " " + data.surname
%LevelLabel.text = str(data.level)
if data.job: