32 lines
796 B
Plaintext
32 lines
796 B
Plaintext
|
[gd_scene load_steps=2 format=3 uid="uid://drnga68jb8frq"]
|
||
|
|
||
|
[ext_resource type="Script" path="res://scripts/ui.gd" id="1_4c207"]
|
||
|
|
||
|
[node name="Control" type="Control"]
|
||
|
layout_mode = 3
|
||
|
anchors_preset = 15
|
||
|
anchor_right = 1.0
|
||
|
anchor_bottom = 1.0
|
||
|
grow_horizontal = 2
|
||
|
grow_vertical = 2
|
||
|
script = ExtResource("1_4c207")
|
||
|
|
||
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
||
|
layout_mode = 1
|
||
|
anchors_preset = 10
|
||
|
anchor_right = 1.0
|
||
|
grow_horizontal = 2
|
||
|
|
||
|
[node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
|
||
|
[node name="Health" type="Label" parent="VBoxContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 0
|
||
|
text = "Health"
|
||
|
|
||
|
[node name="Coins" type="Label" parent="VBoxContainer/HBoxContainer"]
|
||
|
layout_mode = 2
|
||
|
size_flags_horizontal = 10
|
||
|
text = "Coins"
|