25 lines
576 B
Plaintext
25 lines
576 B
Plaintext
[gd_scene load_steps=2 format=3 uid="uid://klcyjys703l5"]
|
|
|
|
[ext_resource type="Script" path="res://scripts/Quest.gd" id="1_o0k38"]
|
|
|
|
[node name="Quest" type="HBoxContainer"]
|
|
offset_right = 40.0
|
|
offset_bottom = 40.0
|
|
script = ExtResource("1_o0k38")
|
|
|
|
[node name="ObjectiveLabel" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "Quest Objective: "
|
|
|
|
[node name="CompletedLabel" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "0"
|
|
|
|
[node name="Separator" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "/"
|
|
|
|
[node name="GoalLabel" type="Label" parent="."]
|
|
layout_mode = 2
|
|
text = "1"
|