semi-idle-arpg/scenes/quest.tscn

25 lines
577 B
Plaintext
Raw Normal View History

[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="GoalLabel" type="Label" parent="."]
layout_mode = 2
text = "Quest Objective: "
[node name="CompletedValLabel" type="Label" parent="."]
layout_mode = 2
text = "0"
[node name="Separator" type="Label" parent="."]
layout_mode = 2
text = "/"
[node name="GoalValLabel" type="Label" parent="."]
layout_mode = 2
text = "1"