84 lines
2.8 KiB
Plaintext
84 lines
2.8 KiB
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://bfioi52hjn2kf"]
|
|
|
|
[ext_resource type="Script" uid="uid://cbsrw36kkucje" path="res://scripts/UI/QuestMenu.gd" id="1_a7vj2"]
|
|
|
|
[node name="QuestMenu" type="Panel" node_paths=PackedStringArray("questList", "questName", "closeButton", "questObjectiveList", "questObjectiveInfo")]
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
script = ExtResource("1_a7vj2")
|
|
questList = NodePath("VBoxContainer/HBoxContainer/QuestList")
|
|
questName = NodePath("VBoxContainer/HBoxContainer/Control/VBoxContainer/QuestName")
|
|
closeButton = NodePath("VBoxContainer/HBoxContainer2/Close")
|
|
questObjectiveList = NodePath("VBoxContainer/HBoxContainer/Control/VBoxContainer/HBoxContainer/QuestObjectiveList")
|
|
questObjectiveInfo = NodePath("VBoxContainer/HBoxContainer/Control/VBoxContainer/HBoxContainer/QuestObjectiveInfo")
|
|
metadata/_custom_type_script = "uid://cbsrw36kkucje"
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="HBoxContainer2" type="HBoxContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
|
|
[node name="Quests" type="Label" parent="VBoxContainer/HBoxContainer2"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
text = "Quests"
|
|
|
|
[node name="Close" type="Button" parent="VBoxContainer/HBoxContainer2"]
|
|
layout_mode = 2
|
|
text = "Close"
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="QuestList" type="ItemList" parent="VBoxContainer/HBoxContainer"]
|
|
custom_minimum_size = Vector2(250, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 3
|
|
item_count = 2
|
|
item_0/text = "Quest Name 1"
|
|
item_1/text = "Quest Name 2"
|
|
|
|
[node name="Control" type="Control" parent="VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="VBoxContainer/HBoxContainer/Control"]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="QuestName" type="Label" parent="VBoxContainer/HBoxContainer/Control/VBoxContainer"]
|
|
layout_mode = 2
|
|
text = "QuestName"
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer/HBoxContainer/Control/VBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
|
|
[node name="QuestObjectiveList" type="ItemList" parent="VBoxContainer/HBoxContainer/Control/VBoxContainer/HBoxContainer"]
|
|
custom_minimum_size = Vector2(150, 0)
|
|
layout_mode = 2
|
|
item_count = 2
|
|
item_0/text = "Quest Objective 1"
|
|
item_1/text = "Quest Objective 2"
|
|
|
|
[node name="QuestObjectiveInfo" type="Label" parent="VBoxContainer/HBoxContainer/Control/VBoxContainer/HBoxContainer"]
|
|
layout_mode = 2
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 1
|
|
text = "Quest Objective Information"
|