Player can take quests, Adventurers in progress.

This commit is contained in:
2025-08-06 22:31:36 -04:00
parent d705ed0496
commit 6bfbd4b70c
15 changed files with 175 additions and 16 deletions

View File

@@ -18,6 +18,7 @@ corner_radius_bottom_left = 3
corner_detail = 5
[node name="MainPanel" type="MarginContainer"]
anchors_preset = -1
offset_right = 319.0
offset_bottom = 189.0
theme_override_constants/margin_left = 0
@@ -36,7 +37,8 @@ custom_minimum_size = Vector2(260, 100)
layout_mode = 2
horizontal_scroll_mode = 0
[node name="VBoxContainer" type="VBoxContainer" parent="QuestProgressList"]
[node name="QuestList" type="VBoxContainer" parent="QuestProgressList"]
unique_name_in_owner = true
custom_minimum_size = Vector2(300, 100)
layout_mode = 2