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"]
|
|
|
|
|
script = ExtResource("1_gwocj")
|
|
|
|
|
|
|
|
|
|
[node name="name" type="Label" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
2025-08-26 19:35:26 +08:00
|
|
|
theme = ExtResource("2_x62bb")
|
2025-08-26 18:09:04 +08:00
|
|
|
text = "最大生命值"
|
|
|
|
|
|
|
|
|
|
[node name="value" type="Label" parent="."]
|
|
|
|
|
unique_name_in_owner = true
|
|
|
|
|
layout_mode = 2
|
|
|
|
|
size_flags_horizontal = 10
|
2025-08-26 19:35:26 +08:00
|
|
|
theme = ExtResource("2_x62bb")
|
2025-08-26 18:09:04 +08:00
|
|
|
text = "0"
|