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

@@ -106,7 +106,10 @@ layout_mode = 2
theme_override_styles/normal = SubResource("StyleBoxFlat_q6wja")
text = "Show Quests"
[node name="QuestProgressList" type="ScrollContainer" parent="VBoxContainer"]
[node name="Panel" type="PanelContainer" parent="VBoxContainer"]
layout_mode = 2
[node name="QuestProgressList" type="ScrollContainer" parent="VBoxContainer/Panel"]
unique_name_in_owner = true
visible = false
clip_contents = false
@@ -114,7 +117,7 @@ custom_minimum_size = Vector2(260, 100)
layout_mode = 2
horizontal_scroll_mode = 0
[node name="QuestList" type="VBoxContainer" parent="VBoxContainer/QuestProgressList"]
[node name="QuestList" type="VBoxContainer" parent="VBoxContainer/Panel/QuestProgressList"]
unique_name_in_owner = true
custom_minimum_size = Vector2(300, 100)
layout_mode = 2