summaryrefslogtreecommitdiff
path: root/HP.tscn
diff options
context:
space:
mode:
Diffstat (limited to 'HP.tscn')
-rw-r--r--HP.tscn37
1 files changed, 37 insertions, 0 deletions
diff --git a/HP.tscn b/HP.tscn
new file mode 100644
index 0000000..6f76361
--- /dev/null
+++ b/HP.tscn
@@ -0,0 +1,37 @@
+[gd_scene load_steps=5 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="FontFile" uid="uid://ceinhnmc5wuas" path="res://Assets/HUD/Minimal3x5.ttf" id="2_gtstn"]
+
+[sub_resource type="StyleBoxEmpty" id="StyleBoxEmpty_8fkvy"]
+content_margin_top = 1.0
+
+[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="Label" parent="."]
+visible = false
+layout_mode = 0
+offset_right = 7.0
+offset_bottom = 8.0
+theme_override_colors/font_color = Color(0, 0, 0, 1)
+theme_override_constants/line_spacing = 0
+theme_override_fonts/font = ExtResource("2_gtstn")
+theme_override_font_sizes/font_size = 8
+theme_override_styles/normal = SubResource("StyleBoxEmpty_8fkvy")
+text = "-"
+horizontal_alignment = 1
+vertical_alignment = 1