summaryrefslogtreecommitdiff
path: root/BossHPBar.tscn
blob: 1459a9da10f4c136988808c47f447c4adebeef79 (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
[gd_scene load_steps=4 format=3 uid="uid://ci6ik574uumq5"]

[ext_resource type="Script" path="res://boss_hp_bar.gd" id="1_m23bk"]
[ext_resource type="PackedScene" uid="uid://h8m5scfjj45p" path="res://BossHP.tscn" id="2_mlild"]

[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_wy8yp"]
bg_color = Color(1, 1, 1, 1)

[node name="BossHPBar" type="PanelContainer"]
offset_right = 16.0
size_flags_horizontal = 3
theme_override_styles/panel = SubResource("StyleBoxFlat_wy8yp")
script = ExtResource("1_m23bk")

[node name="HBoxContainer" type="HBoxContainer" parent="."]
layout_mode = 2
theme_override_constants/separation = 8

[node name="BossHP" parent="HBoxContainer" instance=ExtResource("2_mlild")]
layout_mode = 2

[node name="BossHP2" parent="HBoxContainer" instance=ExtResource("2_mlild")]
layout_mode = 2

[node name="BossHP3" parent="HBoxContainer" instance=ExtResource("2_mlild")]
layout_mode = 2