Overworld map loading

This commit is contained in:
2025-05-08 22:18:05 -05:00
parent 703f70bcf0
commit 50ee75e997
13 changed files with 72 additions and 21 deletions

View File

@@ -11,11 +11,10 @@ script = ExtResource("1_pcsq6")
[node name="MainMenu" type="Button" parent="."]
layout_mode = 2
text = "Prototype Main Menub"
text = "Prototype Main Menu"
[node name="OverworldOption" type="HBoxContainer" parent="."]
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 0
[node name="Overworld" type="Button" parent="OverworldOption"]
@@ -24,6 +23,7 @@ text = "Prototype Overworld"
[node name="MapDropdown" type="OptionButton" parent="OverworldOption"]
layout_mode = 2
size_flags_horizontal = 3
[node name="Quests" type="Button" parent="."]
layout_mode = 2

View File

@@ -41,7 +41,7 @@ layout_mode = 2
size_flags_vertical = 3
[node name="QuestList" type="ItemList" parent="VBoxContainer/HBoxContainer"]
custom_minimum_size = Vector2(250, 0)
custom_minimum_size = Vector2(100, 0)
layout_mode = 2
size_flags_horizontal = 0
size_flags_vertical = 3
@@ -70,7 +70,7 @@ layout_mode = 2
size_flags_vertical = 3
[node name="QuestObjectiveList" type="ItemList" parent="VBoxContainer/HBoxContainer/Control/VBoxContainer/HBoxContainer"]
custom_minimum_size = Vector2(150, 0)
custom_minimum_size = Vector2(110, 0)
layout_mode = 2
item_count = 2
item_0/text = "Quest Objective 1"

View File

@@ -8,7 +8,7 @@ anchors_preset = 12
anchor_top = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
offset_top = -140.0
offset_top = -60.0
grow_horizontal = 2
grow_vertical = 0
theme = ExtResource("1_wx4lp")