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

@@ -1,5 +1,6 @@
extends Node
var player_data : Adventurer = null
var player : Player = null
var panel : GamePanel = null
@@ -28,7 +29,10 @@ func _process(delta: float) -> void:
confirm_end_shift()
if Input.is_action_just_pressed("test"):
test_save()
func add_quest_progress_bar(quest : Quest) -> void:
panel.add_quest_progress_bar(quest)