summaryrefslogtreecommitdiff
path: root/BossHP.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'BossHP.tscn')
-rw-r--r--BossHP.tscn29
1 files changed, 29 insertions, 0 deletions
diff --git a/BossHP.tscn b/BossHP.tscn
new file mode 100644
index 0000000..7290a82
--- /dev/null
+++ b/BossHP.tscn
@@ -0,0 +1,29 @@
+[gd_scene load_steps=4 format=3 uid="uid://h8m5scfjj45p"]
+
+[ext_resource type="Script" path="res://boss_hp.gd" id="1_athp4"]
+[ext_resource type="Texture2D" uid="uid://jpk0628wuwl1" path="res://Assets/HUD/boss-hp.png" id="2_fkcmd"]
+[ext_resource type="Texture2D" uid="uid://b2xjcvm2xycud" path="res://Assets/HUD/boss-hp-empty.png" id="3_2hfbj"]
+
+[node name="BossHP" type="Control"]
+layout_mode = 3
+anchor_right = 0.05
+anchor_bottom = 0.056
+offset_bottom = -0.0640001
+script = ExtResource("1_athp4")
+
+[node name="Full" type="TextureRect" parent="."]
+texture_filter = 1
+layout_mode = 0
+offset_right = 7.0
+offset_bottom = 8.0
+texture = ExtResource("2_fkcmd")
+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_2hfbj")
+stretch_mode = 4