More work on quests

This commit is contained in:
2025-11-19 14:42:59 -05:00
parent 379fa4bd70
commit 4ed4ab95f3
36 changed files with 3911 additions and 75 deletions

View File

@@ -16,7 +16,7 @@ func setup(qst : Quest) -> void:
func update() -> void:
nameLabel.text = quest.name
difficultyLabel.text = quest.difficulty_name()
locationLabel.text = quest.location_name()
locationLabel.text = quest.get_location_name()
#TODO: Show the current status of the quest
func close() -> void: