actionrpg-heartbeast/ActionRPG-HeartBeast/UI/HealthUI.tscn
2024-11-26 09:23:20 -05:00

26 lines
672 B
Plaintext

[gd_scene load_steps=4 format=2]
[ext_resource path="res://UI/HealthUI.gd" type="Script" id=1]
[ext_resource path="res://UI/HeartUIEmpty.png" type="Texture" id=2]
[ext_resource path="res://UI/HeartUIFull.png" type="Texture" id=3]
[node name="HealthUI" type="Control"]
margin_left = 2.0
margin_top = 2.0
margin_right = 124.0
margin_bottom = 27.0
script = ExtResource( 1 )
[node name="HeartUIEmpty" type="TextureRect" parent="."]
margin_right = 59.0
margin_bottom = 12.0
texture = ExtResource( 2 )
stretch_mode = 2
[node name="HeartUIFull" type="TextureRect" parent="."]
margin_right = 60.0
margin_bottom = 11.0
texture = ExtResource( 3 )
expand = true
stretch_mode = 2