summaryrefslogtreecommitdiff
path: root/BossHP.tscn
blob: 7290a82981ce3bbb1e5204d5518ca8c2e97d2ffa (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
[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