重构管理界面为通用标签面板
- 移除 DisciplePanel,改用可复用的 ManagerPanel 占位标签(×4) - 新增 InventoryPanel 并接入管理页第 5 个标签 - 新增炼丹、外务、订单等子面板占位场景与资源样式 - 样式资源重命名:disciple_info_* 改为 manager_info_*
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
[gd_resource type="LabelSettings" format=3 uid="uid://dur4uye3m0ffd"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://dv0mnlx0fqjad" path="res://assets/fonts/lxgw-wenkai-v1.522/LXGWWenKaiMono-Light.ttf" id="1_f7lwv"]
|
||||
|
||||
[resource]
|
||||
line_spacing = 5.0
|
||||
paragraph_spacing = 1.0
|
||||
font = ExtResource("1_f7lwv")
|
||||
font_size = 24
|
||||
font_color = Color(0, 0, 0, 1)
|
||||
shadow_color = Color(0.9128214, 0.63396364, 0.6629118, 1)
|
||||
@@ -0,0 +1,10 @@
|
||||
[gd_resource type="LabelSettings" format=3 uid="uid://dur4uye3m0ffd"]
|
||||
|
||||
[ext_resource type="FontFile" uid="uid://duxymf2xy66em" path="res://assets/fonts/lxgw-wenkai-v1.522/LXGWWenKai-Regular.ttf" id="1_ks1xp"]
|
||||
|
||||
[resource]
|
||||
line_spacing = 5.0
|
||||
paragraph_spacing = 1.0
|
||||
font = ExtResource("1_ks1xp")
|
||||
font_size = 24
|
||||
font_color = Color(0, 0, 0, 1)
|
||||
+2
-2
@@ -1,9 +1,9 @@
|
||||
[gd_resource type="StyleBoxFlat" format=3 uid="uid://kxc0y8146vlk"]
|
||||
|
||||
[resource]
|
||||
bg_color = Color(0.3552159, 0.6357343, 0.60719687, 0.60784316)
|
||||
bg_color = Color(0.70980394, 0.91764706, 0.84313726, 1)
|
||||
border_width_left = 10
|
||||
border_width_top = 10
|
||||
border_width_right = 10
|
||||
border_width_bottom = 10
|
||||
border_color = Color(0, 0.6212424, 0.9274143, 0.24705882)
|
||||
border_color = Color(0.763118, 0.67405456, 0.91787714, 1)
|
||||
@@ -0,0 +1,99 @@
|
||||
[gd_scene format=3 uid="uid://c856oxmhhj5m2"]
|
||||
|
||||
[ext_resource type="StyleBox" uid="uid://kxc0y8146vlk" path="res://resources/manager_info_style_box_flat.tres" id="1_62fqa"]
|
||||
[ext_resource type="LabelSettings" uid="uid://dur4uye3m0ffd" path="res://resources/manager_info_label_settings.tres" id="1_j02a5"]
|
||||
|
||||
[node name="AlchemyPanel" type="Control" unique_id=729180406]
|
||||
custom_minimum_size = Vector2(180, 240)
|
||||
custom_maximum_size = Vector2(200, 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=1524260599]
|
||||
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_62fqa")
|
||||
|
||||
[node name="HBoxContainer" type="VBoxContainer" parent="PanelContainer" unique_id=786291684]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="HBoxContainer" type="HBoxContainer" parent="PanelContainer/HBoxContainer" unique_id=199601169]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="Label" type="Label" parent="PanelContainer/HBoxContainer/HBoxContainer" unique_id=748051878]
|
||||
layout_mode = 2
|
||||
size_flags_vertical = 1
|
||||
text = "配方:"
|
||||
label_settings = ExtResource("1_j02a5")
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="Name" type="Label" parent="PanelContainer/HBoxContainer/HBoxContainer" unique_id=785682846]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 1
|
||||
label_settings = ExtResource("1_j02a5")
|
||||
horizontal_alignment = 1
|
||||
vertical_alignment = 1
|
||||
|
||||
[node name="GridContainer" type="GridContainer" parent="PanelContainer/HBoxContainer" unique_id=1708801949]
|
||||
custom_minimum_size = Vector2(173, 173)
|
||||
custom_maximum_size = Vector2(173, 173)
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 4
|
||||
size_flags_vertical = 4
|
||||
columns = 3
|
||||
|
||||
[node name="Panel" type="Panel" parent="PanelContainer/HBoxContainer/GridContainer" unique_id=1131761795]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="Panel2" type="Panel" parent="PanelContainer/HBoxContainer/GridContainer" unique_id=2037909469]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="Panel3" type="Panel" parent="PanelContainer/HBoxContainer/GridContainer" unique_id=2146602649]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="Panel4" type="Panel" parent="PanelContainer/HBoxContainer/GridContainer" unique_id=1937789898]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="Panel5" type="Panel" parent="PanelContainer/HBoxContainer/GridContainer" unique_id=1747365489]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="Panel6" type="Panel" parent="PanelContainer/HBoxContainer/GridContainer" unique_id=835591152]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="Panel7" type="Panel" parent="PanelContainer/HBoxContainer/GridContainer" unique_id=1977341162]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="Panel8" type="Panel" parent="PanelContainer/HBoxContainer/GridContainer" unique_id=1254657901]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
|
||||
[node name="Panel9" type="Panel" parent="PanelContainer/HBoxContainer/GridContainer" unique_id=1465325187]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
@@ -1,9 +1,11 @@
|
||||
[gd_scene format=3 uid="uid://swa7gtddn6fj"]
|
||||
|
||||
[ext_resource type="LabelSettings" uid="uid://dur4uye3m0ffd" path="res://resources/disciple_info_label_settings.tres" id="1_abpqa"]
|
||||
[ext_resource type="StyleBox" uid="uid://kxc0y8146vlk" path="res://resources/disciple_info_style_box_flat.tres" id="1_po3i5"]
|
||||
[ext_resource type="LabelSettings" uid="uid://dur4uye3m0ffd" path="res://resources/manager_info_label_settings.tres" id="1_abpqa"]
|
||||
[ext_resource type="StyleBox" uid="uid://kxc0y8146vlk" path="res://resources/manager_info_style_box_flat.tres" id="1_po3i5"]
|
||||
|
||||
[node name="DiscipleInformationPanel" type="PanelContainer" unique_id=2024414593]
|
||||
custom_minimum_size = Vector2(180, 240)
|
||||
custom_maximum_size = Vector2(180, 240)
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
|
||||
@@ -1,175 +0,0 @@
|
||||
[gd_scene format=3 uid="uid://bcaiw3oyukljd"]
|
||||
|
||||
[ext_resource type="PackedScene" uid="uid://swa7gtddn6fj" path="res://src/UI/Panels/Manager/DisciplePanel/DiscipleInformationPanel.tscn" id="1_ieo5l"]
|
||||
|
||||
[node name="DisciplePanel" type="Control" unique_id=1161780936]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="." unique_id=1114464724]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="HFlowContainer" type="HFlowContainer" parent="ScrollContainer" unique_id=1296331534]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
alignment = 1
|
||||
|
||||
[node name="DiscipleInformationPanel" parent="ScrollContainer/HFlowContainer" unique_id=1463617991 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel2" parent="ScrollContainer/HFlowContainer" unique_id=2024414593 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel3" parent="ScrollContainer/HFlowContainer" unique_id=516026909 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel4" parent="ScrollContainer/HFlowContainer" unique_id=1802572182 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel5" parent="ScrollContainer/HFlowContainer" unique_id=2080843722 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel6" parent="ScrollContainer/HFlowContainer" unique_id=1812760823 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel7" parent="ScrollContainer/HFlowContainer" unique_id=1051594653 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel8" parent="ScrollContainer/HFlowContainer" unique_id=105334411 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel9" parent="ScrollContainer/HFlowContainer" unique_id=810920765 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel10" parent="ScrollContainer/HFlowContainer" unique_id=1300672831 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel11" parent="ScrollContainer/HFlowContainer" unique_id=636817917 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel12" parent="ScrollContainer/HFlowContainer" unique_id=1498080100 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel13" parent="ScrollContainer/HFlowContainer" unique_id=487525103 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel14" parent="ScrollContainer/HFlowContainer" unique_id=516031866 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel15" parent="ScrollContainer/HFlowContainer" unique_id=16752904 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel16" parent="ScrollContainer/HFlowContainer" unique_id=733629863 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel17" parent="ScrollContainer/HFlowContainer" unique_id=338414883 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel18" parent="ScrollContainer/HFlowContainer" unique_id=1710939015 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel19" parent="ScrollContainer/HFlowContainer" unique_id=1126714402 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel20" parent="ScrollContainer/HFlowContainer" unique_id=694746761 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel21" parent="ScrollContainer/HFlowContainer" unique_id=2108318846 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel22" parent="ScrollContainer/HFlowContainer" unique_id=242059688 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel23" parent="ScrollContainer/HFlowContainer" unique_id=387470558 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel24" parent="ScrollContainer/HFlowContainer" unique_id=697377113 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel25" parent="ScrollContainer/HFlowContainer" unique_id=1734117404 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel26" parent="ScrollContainer/HFlowContainer" unique_id=556527783 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel27" parent="ScrollContainer/HFlowContainer" unique_id=721139875 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel28" parent="ScrollContainer/HFlowContainer" unique_id=1429179121 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel29" parent="ScrollContainer/HFlowContainer" unique_id=947135956 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
|
||||
[node name="DiscipleInformationPanel30" parent="ScrollContainer/HFlowContainer" unique_id=1589601916 instance=ExtResource("1_ieo5l")]
|
||||
custom_minimum_size = Vector2(160, 200)
|
||||
custom_maximum_size = Vector2(160, 300)
|
||||
layout_mode = 2
|
||||
@@ -0,0 +1,43 @@
|
||||
[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
|
||||
@@ -0,0 +1,23 @@
|
||||
[gd_scene format=3 uid="uid://dxij6vexu5m1q"]
|
||||
|
||||
[node name="InventoryPanel" type="Control" unique_id=735363118]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="." unique_id=887058553]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="Tree" type="Tree" parent="ScrollContainer" unique_id=1018260768]
|
||||
layout_mode = 2
|
||||
size_flags_horizontal = 3
|
||||
size_flags_vertical = 3
|
||||
columns = 5
|
||||
@@ -1,7 +1,8 @@
|
||||
[gd_scene format=3 uid="uid://d1mbwdtarjqof"]
|
||||
|
||||
[ext_resource type="Script" uid="uid://qjqb0jaqxuu2" path="res://src/UI/Panels/Manager/Manager.gd" id="1_qdh6a"]
|
||||
[ext_resource type="PackedScene" uid="uid://bcaiw3oyukljd" path="res://src/UI/Panels/Manager/DisciplePanel/DisciplePanel.tscn" id="2_cese4"]
|
||||
[ext_resource type="PackedScene" uid="uid://cbqydw1lerumr" path="res://src/UI/Panels/Manager/ManagerPanel.tscn" id="2_ieenf"]
|
||||
[ext_resource type="PackedScene" uid="uid://dxij6vexu5m1q" path="res://src/UI/Panels/Manager/InventoryPanel/InventoryPanel.tscn" id="3_k3wlu"]
|
||||
|
||||
[node name="Manager" type="Control" unique_id=360636457]
|
||||
layout_mode = 3
|
||||
@@ -21,8 +22,28 @@ anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
current_tab = 0
|
||||
current_tab = 4
|
||||
|
||||
[node name="DisciplePanel" parent="TabContainer" unique_id=1161780936 instance=ExtResource("2_cese4")]
|
||||
[node name="ManagerPanel" parent="TabContainer" unique_id=1475562434 instance=ExtResource("2_ieenf")]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
metadata/_tab_index = 0
|
||||
|
||||
[node name="ManagerPanel2" parent="TabContainer" unique_id=393118788 instance=ExtResource("2_ieenf")]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
metadata/_tab_index = 1
|
||||
|
||||
[node name="ManagerPanel3" parent="TabContainer" unique_id=609733971 instance=ExtResource("2_ieenf")]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
metadata/_tab_index = 2
|
||||
|
||||
[node name="ManagerPanel4" parent="TabContainer" unique_id=780944038 instance=ExtResource("2_ieenf")]
|
||||
visible = false
|
||||
layout_mode = 2
|
||||
metadata/_tab_index = 3
|
||||
|
||||
[node name="InventoryPanel" parent="TabContainer" unique_id=735363118 instance=ExtResource("3_k3wlu")]
|
||||
layout_mode = 2
|
||||
metadata/_tab_index = 4
|
||||
|
||||
@@ -0,0 +1,21 @@
|
||||
[gd_scene format=3 uid="uid://cbqydw1lerumr"]
|
||||
|
||||
[node name="ManagerPanel" type="Control" unique_id=1475562434]
|
||||
layout_mode = 3
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="ScrollContainer" type="ScrollContainer" parent="." unique_id=129376527]
|
||||
layout_mode = 1
|
||||
anchors_preset = 15
|
||||
anchor_right = 1.0
|
||||
anchor_bottom = 1.0
|
||||
grow_horizontal = 2
|
||||
grow_vertical = 2
|
||||
|
||||
[node name="HFlowContainer" type="HFlowContainer" parent="ScrollContainer" unique_id=836450693]
|
||||
layout_mode = 2
|
||||
alignment = 1
|
||||
@@ -0,0 +1,34 @@
|
||||
[gd_scene format=3 uid="uid://6ui4v8yhobr4"]
|
||||
|
||||
[ext_resource type="StyleBox" uid="uid://kxc0y8146vlk" path="res://resources/manager_info_style_box_flat.tres" id="1_87463"]
|
||||
[ext_resource type="LabelSettings" uid="uid://dur4uye3m0ffd" path="res://resources/manager_info_label_settings.tres" id="2_sotk8"]
|
||||
|
||||
[node name="OrderPanel" type="Control" unique_id=1777280890]
|
||||
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=1940446491]
|
||||
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_87463")
|
||||
|
||||
[node name="VBoxContainer" type="VBoxContainer" parent="PanelContainer" unique_id=1857403555]
|
||||
layout_mode = 2
|
||||
|
||||
[node name="Title" type="Label" parent="PanelContainer/VBoxContainer" unique_id=174596326]
|
||||
layout_mode = 2
|
||||
label_settings = ExtResource("2_sotk8")
|
||||
|
||||
[node name="Reward" type="Label" parent="PanelContainer/VBoxContainer" unique_id=835372898]
|
||||
layout_mode = 2
|
||||
label_settings = ExtResource("2_sotk8")
|
||||
Reference in New Issue
Block a user