[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="Texture2D" id=2] [ext_resource path="res://UI/HeartUIFull.png" type="Texture2D" id=3] [node name="HealthUI" type="Control"] offset_left = 2.0 offset_top = 2.0 offset_right = 124.0 offset_bottom = 27.0 script = ExtResource( 1 ) [node name="HeartUIEmpty" type="TextureRect" parent="."] offset_right = 59.0 offset_bottom = 12.0 texture = ExtResource( 2 ) stretch_mode = 2 [node name="HeartUIFull" type="TextureRect" parent="."] offset_right = 60.0 offset_bottom = 11.0 texture = ExtResource( 3 ) expand = true stretch_mode = 2