You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

188 lines
4.9 KiB
Plaintext

[gd_scene load_steps=8 format=3 uid="uid://dy0u26ba7dle"]
2 years ago
[ext_resource type="Script" path="res://script/ui/hud/headbar.gd" id="1_k0rtd"]
2 years ago
[ext_resource type="Texture2D" uid="uid://cwhu1ec03t3c8" path="res://resource/ui/hud/headbar_hp_empty.png" id="2_g5t31"]
[ext_resource type="Texture2D" uid="uid://b4ly1exl0owck" path="res://resource/ui/hud/headbar_hp.png" id="3_vh1p5"]
[ext_resource type="Texture2D" uid="uid://c5xgdirnx5gq8" path="res://resource/ui/hud/headbar_shield.png" id="4_5g4h6"]
1 year ago
[ext_resource type="Texture2D" uid="uid://dqqd56qoquts7" path="res://resource/ui/hud/break_level.png" id="4_wo8oo"]
1 year ago
[ext_resource type="Texture2D" uid="uid://0l8bh5eq104a" path="res://resource/ui/hud/headbar_alert_empty.png" id="5_y2g2r"]
[ext_resource type="Texture2D" uid="uid://b8ejwekki1ubx" path="res://resource/ui/hud/headbar_alert.png" id="6_j2n1r"]
2 years ago
[node name="HeadBar" type="Control"]
layout_mode = 3
anchors_preset = 0
offset_left = 256.0
offset_top = 88.0
offset_right = 256.0
offset_bottom = 88.0
script = ExtResource("1_k0rtd")
2 years ago
1 year ago
[node name="BattleInfo" type="Control" parent="."]
unique_name_in_owner = true
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="HpBar" type="TextureProgressBar" parent="BattleInfo"]
2 years ago
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
1 year ago
offset_left = -36.0
offset_top = -22.0
offset_right = -4.0
offset_bottom = -18.0
2 years ago
grow_horizontal = 2
grow_vertical = 2
2 years ago
value = 60.0
1 year ago
nine_patch_stretch = true
stretch_margin_left = 1
stretch_margin_right = 1
2 years ago
texture_under = ExtResource("2_g5t31")
texture_progress = ExtResource("3_vh1p5")
1 year ago
[node name="ShieldBar" type="TextureProgressBar" parent="BattleInfo"]
2 years ago
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
1 year ago
offset_left = -36.0
offset_top = -22.0
offset_right = -4.0
offset_bottom = -18.0
2 years ago
grow_horizontal = 2
grow_vertical = 2
value = 50.0
1 year ago
nine_patch_stretch = true
stretch_margin_left = 1
stretch_margin_right = 1
2 years ago
texture_under = ExtResource("2_g5t31")
texture_progress = ExtResource("4_5g4h6")
2 years ago
1 year ago
[node name="BreakLevel" type="Sprite2D" parent="BattleInfo"]
1 year ago
unique_name_in_owner = true
position = Vector2(-21, 0)
texture = ExtResource("4_wo8oo")
hframes = 3
vframes = 3
1 year ago
[node name="AlertBar" type="TextureProgressBar" parent="."]
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
offset_left = -8.0
offset_top = -4.0
offset_right = 8.0
offset_bottom = 4.0
grow_horizontal = 2
grow_vertical = 2
value = 60.0
fill_mode = 3
stretch_margin_left = 1
stretch_margin_right = 1
texture_under = ExtResource("5_y2g2r")
texture_progress = ExtResource("6_j2n1r")
1 year ago
[node name="DebugInfo" type="Control" parent="."]
unique_name_in_owner = true
anchors_preset = 0
offset_right = 40.0
offset_bottom = 40.0
[node name="StunBar" type="TextureProgressBar" parent="DebugInfo"]
2 years ago
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
1 year ago
offset_left = 4.0
offset_top = -12.0
offset_right = 36.0
offset_bottom = -8.0
2 years ago
grow_horizontal = 2
grow_vertical = 2
value = 50.0
stretch_margin_left = 10
stretch_margin_top = 10
stretch_margin_right = 10
stretch_margin_bottom = 10
texture_under = ExtResource("2_g5t31")
texture_progress = ExtResource("3_vh1p5")
tint_progress = Color(0.866667, 0.933333, 0.105882, 1)
1 year ago
[node name="MpSubBar" type="TextureProgressBar" parent="DebugInfo"]
2 years ago
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
1 year ago
offset_left = 4.0
offset_top = -4.0
offset_right = 36.0
2 years ago
grow_horizontal = 2
grow_vertical = 2
value = 50.0
stretch_margin_left = 10
stretch_margin_top = 10
stretch_margin_right = 10
stretch_margin_bottom = 10
texture_under = ExtResource("2_g5t31")
texture_progress = ExtResource("3_vh1p5")
1 year ago
[node name="MpBar" type="TextureProgressBar" parent="DebugInfo"]
2 years ago
unique_name_in_owner = true
layout_mode = 1
anchors_preset = 8
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
1 year ago
offset_left = 4.0
offset_top = -8.0
offset_right = 36.0
offset_bottom = -4.0
2 years ago
grow_horizontal = 2
grow_vertical = 2
2 years ago
value = 50.0
stretch_margin_left = 10
stretch_margin_top = 10
stretch_margin_right = 10
stretch_margin_bottom = 10
texture_under = ExtResource("2_g5t31")
texture_progress = ExtResource("3_vh1p5")
2 years ago
tint_progress = Color(0.0941176, 1, 0.992157, 1)
1 year ago
[node name="PosLabel" type="Label" parent="DebugInfo"]
unique_name_in_owner = true
layout_mode = 0
offset_left = 24.0
offset_top = -8.0
offset_right = 80.0
offset_bottom = 6.0
theme_override_font_sizes/font_size = 10
text = "123,123"
1 year ago
[node name="RoleLabel" type="Label" parent="DebugInfo"]
unique_name_in_owner = true
layout_mode = 0
offset_left = 24.0
offset_top = -20.0
offset_right = 80.0
offset_bottom = -6.0
theme_override_font_sizes/font_size = 10
text = "123,123"