try/PlayerHUD.tscn
2023-10-31 19:24:10 -07:00

30 lines
796 B
Text

[gd_scene load_steps=3 format=2]
[ext_resource path="res://Art/full_heart.png" type="Texture" id=1]
[ext_resource path="res://PlayerHUD.gd" type="Script" id=2]
[node name="PlayerHUD" type="CanvasLayer"]
script = ExtResource( 2 )
[node name="HeartBar" type="HBoxContainer" parent="."]
margin_left = 8.0
margin_top = 8.0
margin_right = 49.0
margin_bottom = 17.0
[node name="TextureRect" type="TextureRect" parent="HeartBar"]
margin_right = 11.0
margin_bottom = 9.0
texture = ExtResource( 1 )
[node name="TextureRect2" type="TextureRect" parent="HeartBar"]
margin_left = 15.0
margin_right = 26.0
margin_bottom = 9.0
texture = ExtResource( 1 )
[node name="TextureRect3" type="TextureRect" parent="HeartBar"]
margin_left = 30.0
margin_right = 41.0
margin_bottom = 9.0
texture = ExtResource( 1 )