2025-08-26 19:35:26 +08:00
|
|
|
[gd_scene load_steps=3 format=3 uid="uid://cw5ip3rw4r3pp"]
|
2025-08-26 18:09:04 +08:00
|
|
|
|
|
|
|
|
[ext_resource type="Script" path="res://scripts/Statemachine/FieldShow.gd" id="1_gwocj"]
|
2025-08-26 19:35:26 +08:00
|
|
|
[ext_resource type="Theme" uid="uid://b6nox1qqh50ub" path="res://themes/smallText.tres" id="2_x62bb"]
|
2025-08-26 18:09:04 +08:00
|
|
|
|
|
|
|
|
[node name="FieldShow" type="HBoxContainer"]
|
2025-08-27 21:43:06 +08:00
|
|
|
offset_right = 144.0
|
|
|
|
|
offset_bottom = 18.0
|
2025-08-26 18:09:04 +08:00
|
|
|
script = ExtResource("1_gwocj")
|
2025-08-27 21:43:06 +08:00
|
|
|
metadata/_edit_horizontal_guides_ = [18.0]
|
2025-08-26 18:09:04 +08:00
|
|
|
|
|
|
|
|
[node name="name" type="Label" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
2025-08-27 21:43:06 +08:00
|
|
|
size_flags_horizontal = 11
|
2025-08-26 19:35:26 +08:00
|
|
|
theme = ExtResource("2_x62bb")
|
2025-08-27 21:43:06 +08:00
|
|
|
text = "生命上限"
|
|
|
|
|
horizontal_alignment = 1
|
|
|
|
|
|
|
|
|
|
[node name="sep" type="ColorRect" parent="."]
|
|
|
|
|
custom_minimum_size = Vector2(20, 1)
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 3
|
|
|
|
|
size_flags_vertical = 4
|
|
|
|
|
size_flags_stretch_ratio = 16.0
|
2025-08-26 18:09:04 +08:00
|
|
|
|
|
|
|
|
[node name="value" type="Label" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 10
|
2025-08-27 21:43:06 +08:00
|
|
|
size_flags_vertical = 8
|
2025-08-26 19:35:26 +08:00
|
|
|
theme = ExtResource("2_x62bb")
|
2025-08-27 21:43:06 +08:00
|
|
|
text = "+0"
|
|
|
|
|
horizontal_alignment = 1
|