summaryrefslogtreecommitdiff
path: root/HP.tscn
blob: 6f76361bef50fdfa3e20bdb409d0b5d97b21c703 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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