Restructured files and worked on more complex quest progression

This commit is contained in:
2025-08-11 02:16:39 -04:00
parent 434216ca29
commit 95a7db036b
47 changed files with 475 additions and 53 deletions

View File

@@ -15,8 +15,7 @@ func generate_quest() -> void:
func update_quest_window() -> void:
if quest:
%NameField.text = quest.name
match(quest.difficulty):
1: %DifficultyField.text = "Trivial"
%DifficultyField.text = quest.difficulty_name()
%LocationField.text = quest.location
#for reward in quest.rewards.: