- 移除 DisciplePanel,改用可复用的 ManagerPanel 占位标签(×4) - 新增 InventoryPanel 并接入管理页第 5 个标签 - 新增炼丹、外务、订单等子面板占位场景与资源样式 - 样式资源重命名:disciple_info_* 改为 manager_info_*
44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
[gd_scene format=3 uid="uid://bk5w5of88aysu"]
|
|
|
|
[ext_resource type="StyleBox" uid="uid://kxc0y8146vlk" path="res://resources/manager_info_style_box_flat.tres" id="1_rap8l"]
|
|
[ext_resource type="LabelSettings" uid="uid://dur4uye3m0ffd" path="res://resources/manager_info_label_settings.tres" id="2_p6bv6"]
|
|
|
|
[node name="FieldInformationPanel" type="Control" unique_id=844204855]
|
|
custom_minimum_size = Vector2(180, 240)
|
|
custom_maximum_size = Vector2(180, 240)
|
|
layout_mode = 3
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
|
|
[node name="PanelContainer" type="PanelContainer" parent="." unique_id=900478219]
|
|
layout_mode = 1
|
|
anchors_preset = 15
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
grow_horizontal = 2
|
|
grow_vertical = 2
|
|
theme_override_styles/panel = ExtResource("1_rap8l")
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer" unique_id=241079176]
|
|
layout_mode = 2
|
|
|
|
[node name="Name" type="Label" parent="PanelContainer/VBoxContainer" unique_id=909840161]
|
|
layout_mode = 2
|
|
text = "AAA"
|
|
label_settings = ExtResource("2_p6bv6")
|
|
horizontal_alignment = 1
|
|
vertical_alignment = 1
|
|
|
|
[node name="Info" type="Label" parent="PanelContainer/VBoxContainer" unique_id=1950109494]
|
|
layout_mode = 2
|
|
text = "BBB"
|
|
label_settings = ExtResource("2_p6bv6")
|
|
|
|
[node name="GridContainer" type="GridContainer" parent="PanelContainer/VBoxContainer" unique_id=1107543260]
|
|
layout_mode = 2
|
|
size_flags_vertical = 3
|
|
columns = 4
|