14 lines
305 B
Plaintext
14 lines
305 B
Plaintext
[gd_scene load_steps=2 format=2]
|
|
|
|
[ext_resource path="res://UI/HealthUI.gd" type="Script" id=1]
|
|
|
|
[node name="HealthUI" type="Control"]
|
|
margin_right = 122.0
|
|
margin_bottom = 25.0
|
|
script = ExtResource( 1 )
|
|
|
|
[node name="Label" type="Label" parent="."]
|
|
margin_right = 42.0
|
|
margin_bottom = 14.0
|
|
text = "HP = 4"
|