45 lines
1.1 KiB
Plaintext
45 lines
1.1 KiB
Plaintext
[gd_scene load_steps=3 format=3 uid="uid://klcyjys703l5"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Quest.gd" id="1_o0k38"]
|
|
|
|
[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_dv3o6"]
|
|
|
|
[node name="QuestDisplay" type="PanelContainer"]
|
|
offset_left = 175.0
|
|
offset_right = 175.0
|
|
offset_bottom = 40.0
|
|
theme_override_styles/panel = SubResource("StyleBoxEmpty_dv3o6")
|
|
script = ExtResource("1_o0k38")
|
|
goalTotal = 20
|
|
|
|
[node name="QuestProgress" type="HBoxContainer" parent="."]
|
|
unique_name_in_owner = true
|
|
layout_mode = 2
|
|
|
|
[node name="GoalTypeVal" type="Label" parent="QuestProgress"]
|
|
layout_mode = 2
|
|
text = "Kill"
|
|
|
|
[node name="Colon" type="Label" parent="QuestProgress"]
|
|
layout_mode = 2
|
|
text = ":"
|
|
|
|
[node name="CompletedVal" type="Label" parent="QuestProgress"]
|
|
layout_mode = 2
|
|
text = "0"
|
|
|
|
[node name="Separator" type="Label" parent="QuestProgress"]
|
|
layout_mode = 2
|
|
text = "/"
|
|
|
|
[node name="GoalVal" type="Label" parent="QuestProgress"]
|
|
layout_mode = 2
|
|
text = "1"
|
|
|
|
[node name="QuestComplete" type="Label" parent="."]
|
|
unique_name_in_owner = true
|
|
modulate = Color(1, 1, 1, 0)
|
|
layout_mode = 2
|
|
size_flags_horizontal = 4
|
|
text = "Quest Complete!"
|