[gd_scene load_steps=4 format=3 uid="uid://c5d10tebryjlc"] [ext_resource type="Script" path="res://hp.gd" id="1_gx3f3"] [ext_resource type="Texture2D" uid="uid://blq0txbn7sqdk" path="res://Assets/HUD/hp.png" id="1_y6ic7"] [ext_resource type="Texture2D" uid="uid://dqy7sy62yms28" path="res://Assets/HUD/hp-empty.png" id="3_wjwha"] [node name="HP" type="Control"] layout_mode = 3 anchor_right = 0.05 anchor_bottom = 0.056 offset_right = -1.0 script = ExtResource("1_gx3f3") [node name="Full" type="TextureRect" parent="."] texture_filter = 1 layout_mode = 0 offset_right = 7.0 offset_bottom = 8.0 texture = ExtResource("1_y6ic7") stretch_mode = 4 [node name="Empty" type="TextureRect" parent="."] visible = false texture_filter = 1 layout_mode = 0 offset_right = 7.0 offset_bottom = 8.0 texture = ExtResource("3_wjwha") stretch_mode = 4