2024-10-18 09:11:15 -06:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://klcyjys703l5"]
|
2024-10-17 14:11:10 -06:00
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://scripts/Quest.gd" id="1_o0k38"]
|
|
|
|
|
2024-10-18 09:11:15 -06:00
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_dv3o6"]
|
|
|
|
|
|
|
|
[node name="PanelContainer" type="PanelContainer"]
|
|
|
|
offset_left = 175.0
|
|
|
|
offset_right = 175.0
|
2024-10-17 14:11:10 -06:00
|
|
|
offset_bottom = 40.0
|
2024-10-18 09:11:15 -06:00
|
|
|
theme_override_styles/panel = SubResource("StyleBoxEmpty_dv3o6")
|
2024-10-17 14:11:10 -06:00
|
|
|
script = ExtResource("1_o0k38")
|
|
|
|
|
2024-10-18 09:11:15 -06:00
|
|
|
[node name="QuestProgress" type="HBoxContainer" parent="."]
|
|
|
|
layout_mode = 2
|
|
|
|
|
2024-10-18 13:24:11 -06:00
|
|
|
[node name="GoalTypeVal" type="Label" parent="QuestProgress"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = "Quest Objective"
|
|
|
|
|
|
|
|
[node name="KillTypeVal" type="Label" parent="QuestProgress"]
|
2024-10-17 14:11:10 -06:00
|
|
|
layout_mode = 2
|
2024-10-18 09:11:15 -06:00
|
|
|
text = "Quest Objective"
|
2024-10-17 14:11:10 -06:00
|
|
|
|
2024-10-18 09:11:15 -06:00
|
|
|
[node name="Colon" type="Label" parent="QuestProgress"]
|
|
|
|
layout_mode = 2
|
|
|
|
text = ":"
|
|
|
|
|
|
|
|
[node name="CompletedVal" type="Label" parent="QuestProgress"]
|
2024-10-17 14:11:10 -06:00
|
|
|
layout_mode = 2
|
|
|
|
text = "0"
|
|
|
|
|
2024-10-18 09:11:15 -06:00
|
|
|
[node name="Separator" type="Label" parent="QuestProgress"]
|
2024-10-17 14:11:10 -06:00
|
|
|
layout_mode = 2
|
|
|
|
text = "/"
|
|
|
|
|
2024-10-18 09:11:15 -06:00
|
|
|
[node name="GoalVal" type="Label" parent="QuestProgress"]
|
2024-10-17 14:11:10 -06:00
|
|
|
layout_mode = 2
|
|
|
|
text = "1"
|
2024-10-18 09:11:15 -06:00
|
|
|
|
|
|
|
[node name="QuestComplete" type="Label" parent="."]
|
|
|
|
visible = false
|
|
|
|
modulate = Color(1, 1, 1, 0)
|
|
|
|
layout_mode = 2
|
|
|
|
size_flags_horizontal = 4
|
|
|
|
text = "Quest Complete!"
|