FunGame-Godot/resources/ui/CharacterStatus.tscn
2025-04-14 21:54:29 +08:00

101 lines
2.8 KiB
Plaintext

[gd_scene load_steps=7 format=3 uid="uid://boa4gvdodn6is"]
[ext_resource type="Theme" uid="uid://d0pi6io7y7tky" path="res://resources/themes/dialog.tres" id="1_21m4e"]
[ext_resource type="Theme" uid="uid://d1gp4l4cwgtw4" path="res://resources/themes/button.tres" id="2_jet3t"]
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_dugby"]
bg_color = Color(0.6, 0.6, 0.6, 0)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_jet3t"]
bg_color = Color(0, 0.715563, 0.406543, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_cnh2t"]
bg_color = Color(0.360998, 0.609236, 0.919164, 1)
[sub_resource type="StyleBoxFlat" id="StyleBoxFlat_arpqe"]
bg_color = Color(0.879745, 0.48415, 7.70092e-07, 1)
[node name="CharacterStatus" type="Panel"]
anchors_preset = 15
anchor_right = 1.0
anchor_bottom = 1.0
offset_right = -88.0
offset_bottom = -368.0
grow_horizontal = 2
grow_vertical = 2
theme_override_styles/panel = SubResource("StyleBoxFlat_dugby")
[node name="Image" type="TextureRect" parent="."]
layout_mode = 1
offset_right = 320.0
offset_bottom = 320.0
[node name="HPBar" type="ProgressBar" parent="."]
layout_mode = 1
offset_left = 352.0
offset_top = 64.0
offset_right = 1152.0
offset_bottom = 128.0
theme = ExtResource("1_21m4e")
theme_override_styles/fill = SubResource("StyleBoxFlat_jet3t")
value = 70.0
show_percentage = false
[node name="MPBar" type="ProgressBar" parent="."]
layout_mode = 1
offset_left = 352.0
offset_top = 160.0
offset_right = 1152.0
offset_bottom = 224.0
theme = ExtResource("1_21m4e")
theme_override_styles/fill = SubResource("StyleBoxFlat_cnh2t")
value = 30.0
show_percentage = false
[node name="EPBar" type="ProgressBar" parent="."]
layout_mode = 1
offset_left = 352.0
offset_top = 256.0
offset_right = 1152.0
offset_bottom = 320.0
theme = ExtResource("1_21m4e")
theme_override_styles/fill = SubResource("StyleBoxFlat_arpqe")
value = 10.0
show_percentage = false
[node name="HP" type="Label" parent="."]
layout_mode = 1
offset_left = 352.0
offset_top = 64.0
offset_right = 1152.0
offset_bottom = 128.0
theme = ExtResource("2_jet3t")
theme_override_colors/font_color = Color(0, 0.715563, 0.406543, 1)
text = "17110"
horizontal_alignment = 2
vertical_alignment = 1
[node name="MP" type="Label" parent="."]
layout_mode = 1
offset_left = 352.0
offset_top = 160.0
offset_right = 1152.0
offset_bottom = 224.0
theme = ExtResource("2_jet3t")
theme_override_colors/font_color = Color(0.360998, 0.609236, 0.919164, 1)
text = "7945"
horizontal_alignment = 2
vertical_alignment = 1
[node name="EP" type="Label" parent="."]
layout_mode = 1
offset_left = 352.0
offset_top = 256.0
offset_right = 1152.0
offset_bottom = 320.0
theme = ExtResource("2_jet3t")
theme_override_colors/font_color = Color(0.879745, 0.48415, 7.70092e-07, 1)
text = "15"
horizontal_alignment = 2
vertical_alignment = 1