mirror of
https://github.com/Rundll86/Dog-Lynx-And-HCN.git
synced 2026-05-28 06:51:54 +08:00
code
This commit is contained in:
+15
-15
@@ -1,6 +1,6 @@
|
||||
[gd_scene load_steps=9 format=3 uid="uid://ofpg5s3j7esv"]
|
||||
[gd_scene format=3 uid="uid://ofpg5s3j7esv"]
|
||||
|
||||
[ext_resource type="Script" path="res://scripts/Statemachine/BossBar.gd" id="1_hkj6o"]
|
||||
[ext_resource type="Script" uid="uid://bxwgt7rlke3xf" path="res://scripts/Statemachine/BossBar.gd" id="1_hkj6o"]
|
||||
[ext_resource type="PackedScene" uid="uid://d1ulrvupa76ap" path="res://components/UI/ColorBar.tscn" id="1_uxey7"]
|
||||
|
||||
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_0aktd"]
|
||||
@@ -43,7 +43,7 @@ font_size = 12
|
||||
font_color = Color(0, 0, 0, 1)
|
||||
outline_size = 2
|
||||
|
||||
[node name="BossBar" type="Control"]
|
||||
[node name="BossBar" type="Control" unique_id=367886665]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -52,14 +52,14 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
script = ExtResource("1_hkj6o")
|
||||
|
||||
[node name="health" parent="." instance=ExtResource("1_uxey7")]
|
||||
[node name="health" parent="." unique_id=1990575388 instance=ExtResource("1_uxey7")]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 1
|
||||
anchors_preset = -1
|
||||
anchor_left = 0.3
|
||||
anchor_top = 0.95
|
||||
anchor_top = 0.1
|
||||
anchor_right = 0.7
|
||||
anchor_bottom = 0.95
|
||||
anchor_bottom = 0.1
|
||||
offset_top = -30.0
|
||||
offset_right = 0.0
|
||||
offset_bottom = 0.0
|
||||
@@ -71,7 +71,7 @@ middleBox1 = SubResource("StyleBoxFlat_gor8g")
|
||||
middleBox2 = SubResource("StyleBoxFlat_g3ag3")
|
||||
frontBox = SubResource("StyleBoxFlat_bua1u")
|
||||
|
||||
[node name="panel" type="PanelContainer" parent="health"]
|
||||
[node name="panel" type="PanelContainer" parent="health" unique_id=1896086634]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
@@ -80,43 +80,43 @@ grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
theme_override_styles/panel = SubResource("StyleBoxEmpty_ar00p")
|
||||
|
||||
[node name="label" type="HBoxContainer" parent="health/panel"]
|
||||
[node name="label" type="HBoxContainer" parent="health/panel" unique_id=2018524242]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
|
||||
[node name="name" type="Label" parent="health/panel/label"]
|
||||
[node name="name" type="Label" parent="health/panel/label" unique_id=866259258]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
text = "BossName"
|
||||
label_settings = SubResource("LabelSettings_esyuk")
|
||||
|
||||
[node name="levelLabel" type="HBoxContainer" parent="health/panel/label"]
|
||||
[node name="levelLabel" type="HBoxContainer" parent="health/panel/label" unique_id=1821665421]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
|
||||
[node name="lv" type="Label" parent="health/panel/label/levelLabel"]
|
||||
[node name="lv" type="Label" parent="health/panel/label/levelLabel" unique_id=59180680]
|
||||
layout_mode = 2
|
||||
text = "Lv."
|
||||
label_settings = SubResource("LabelSettings_esyuk")
|
||||
|
||||
[node name="level" type="Label" parent="health/panel/label/levelLabel"]
|
||||
[node name="level" type="Label" parent="health/panel/label/levelLabel" unique_id=1664839059]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
text = "100"
|
||||
label_settings = SubResource("LabelSettings_esyuk")
|
||||
|
||||
[node name="sep" type="Label" parent="health/panel/label"]
|
||||
[node name="sep" type="Label" parent="health/panel/label" unique_id=1133229167]
|
||||
layout_mode = 2
|
||||
text = " - "
|
||||
label_settings = SubResource("LabelSettings_esyuk")
|
||||
|
||||
[node name="value" type="Label" parent="health/panel/label"]
|
||||
[node name="value" type="Label" parent="health/panel/label" unique_id=1832455864]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 2
|
||||
text = "percent"
|
||||
label_settings = SubResource("LabelSettings_esyuk")
|
||||
|
||||
[node name="percent" type="Label" parent="health/panel/label"]
|
||||
[node name="percent" type="Label" parent="health/panel/label" unique_id=1148693228]
|
||||
layout_mode = 2
|
||||
text = "%"
|
||||
label_settings = SubResource("LabelSettings_esyuk")
|
||||
|
||||
Reference in New Issue
Block a user