412 lines
11 KiB
Plaintext
412 lines
11 KiB
Plaintext
[gd_scene load_steps=4 format=2]
|
|
|
|
[ext_resource path="res://theme/menu_theme.tres" type="Theme" id=1]
|
|
[ext_resource path="res://widgets/PartyMenu.gd" type="Script" id=2]
|
|
[ext_resource path="res://widgets/PartyMenuCharacter.tscn" type="PackedScene" id=3]
|
|
|
|
[node name="PartyMenu" type="Panel"]
|
|
margin_right = 336.0
|
|
margin_bottom = 240.0
|
|
rect_min_size = Vector2( 384, 240 )
|
|
theme = ExtResource( 1 )
|
|
script = ExtResource( 2 )
|
|
|
|
[node name="sidebar_classic" type="VBoxContainer" parent="."]
|
|
unique_name_in_owner = true
|
|
rect_min_size = Vector2( 64, 240 )
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 8
|
|
custom_constants/separation = 0
|
|
alignment = 2
|
|
|
|
[node name="panel_menu" type="PanelContainer" parent="sidebar_classic"]
|
|
margin_right = 64.0
|
|
margin_bottom = 50.0
|
|
rect_min_size = Vector2( 64, 0 )
|
|
size_flags_horizontal = 8
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="sidebar_classic/panel_menu"]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 60.0
|
|
margin_bottom = 46.0
|
|
custom_constants/margin_left = 12
|
|
|
|
[node name="menu_items_1" type="VBoxContainer" parent="sidebar_classic/panel_menu/MarginContainer"]
|
|
unique_name_in_owner = true
|
|
margin_left = 12.0
|
|
margin_right = 56.0
|
|
margin_bottom = 42.0
|
|
custom_constants/separation = 0
|
|
|
|
[node name="party" type="Label" parent="sidebar_classic/panel_menu/MarginContainer/menu_items_1"]
|
|
margin_right = 44.0
|
|
margin_bottom = 14.0
|
|
text = "Party"
|
|
|
|
[node name="job" type="Label" parent="sidebar_classic/panel_menu/MarginContainer/menu_items_1"]
|
|
modulate = Color( 0.501961, 0.501961, 0.501961, 1 )
|
|
margin_top = 14.0
|
|
margin_right = 44.0
|
|
margin_bottom = 28.0
|
|
text = "Job"
|
|
|
|
[node name="ability" type="Label" parent="sidebar_classic/panel_menu/MarginContainer/menu_items_1"]
|
|
modulate = Color( 0.501961, 0.501961, 0.501961, 1 )
|
|
margin_top = 28.0
|
|
margin_right = 44.0
|
|
margin_bottom = 42.0
|
|
text = "Ability"
|
|
|
|
[node name="panel_menu2" type="PanelContainer" parent="sidebar_classic"]
|
|
margin_top = 50.0
|
|
margin_right = 64.0
|
|
margin_bottom = 142.0
|
|
rect_min_size = Vector2( 64, 0 )
|
|
size_flags_horizontal = 8
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="sidebar_classic/panel_menu2"]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 60.0
|
|
margin_bottom = 88.0
|
|
custom_constants/margin_left = 12
|
|
|
|
[node name="menu_items_2" type="VBoxContainer" parent="sidebar_classic/panel_menu2/MarginContainer"]
|
|
unique_name_in_owner = true
|
|
margin_left = 12.0
|
|
margin_right = 56.0
|
|
margin_bottom = 84.0
|
|
custom_constants/separation = 0
|
|
|
|
[node name="items" type="Label" parent="sidebar_classic/panel_menu2/MarginContainer/menu_items_2"]
|
|
margin_right = 44.0
|
|
margin_bottom = 14.0
|
|
text = "Items"
|
|
|
|
[node name="magic" type="Label" parent="sidebar_classic/panel_menu2/MarginContainer/menu_items_2"]
|
|
modulate = Color( 0.501961, 0.501961, 0.501961, 1 )
|
|
margin_top = 14.0
|
|
margin_right = 44.0
|
|
margin_bottom = 28.0
|
|
text = "Magic"
|
|
|
|
[node name="equip" type="Label" parent="sidebar_classic/panel_menu2/MarginContainer/menu_items_2"]
|
|
modulate = Color( 0.501961, 0.501961, 0.501961, 1 )
|
|
margin_top = 28.0
|
|
margin_right = 44.0
|
|
margin_bottom = 42.0
|
|
text = "Equip"
|
|
|
|
[node name="status" type="Label" parent="sidebar_classic/panel_menu2/MarginContainer/menu_items_2"]
|
|
modulate = Color( 0.501961, 0.501961, 0.501961, 1 )
|
|
margin_top = 42.0
|
|
margin_right = 44.0
|
|
margin_bottom = 56.0
|
|
text = "Status"
|
|
|
|
[node name="config" type="Label" parent="sidebar_classic/panel_menu2/MarginContainer/menu_items_2"]
|
|
modulate = Color( 0.501961, 0.501961, 0.501961, 1 )
|
|
margin_top = 56.0
|
|
margin_right = 44.0
|
|
margin_bottom = 70.0
|
|
text = "Config"
|
|
|
|
[node name="save" type="Label" parent="sidebar_classic/panel_menu2/MarginContainer/menu_items_2"]
|
|
modulate = Color( 0.501961, 0.501961, 0.501961, 1 )
|
|
margin_top = 70.0
|
|
margin_right = 44.0
|
|
margin_bottom = 84.0
|
|
text = "Save"
|
|
|
|
[node name="spacer" type="Control" parent="sidebar_classic"]
|
|
margin_top = 142.0
|
|
margin_right = 64.0
|
|
margin_bottom = 168.0
|
|
size_flags_vertical = 3
|
|
|
|
[node name="panel_time" type="PanelContainer" parent="sidebar_classic"]
|
|
margin_top = 168.0
|
|
margin_right = 64.0
|
|
margin_bottom = 204.0
|
|
rect_min_size = Vector2( 64, 0 )
|
|
size_flags_horizontal = 8
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="sidebar_classic/panel_time"]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 60.0
|
|
margin_bottom = 32.0
|
|
custom_constants/separation = 0
|
|
|
|
[node name="TIME" type="Label" parent="sidebar_classic/panel_time/VBoxContainer"]
|
|
margin_right = 56.0
|
|
margin_bottom = 14.0
|
|
text = "Time"
|
|
|
|
[node name="lbl_time" type="Label" parent="sidebar_classic/panel_time/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
margin_top = 14.0
|
|
margin_right = 56.0
|
|
margin_bottom = 28.0
|
|
text = "000:00:00"
|
|
align = 2
|
|
|
|
[node name="panel_gil" type="PanelContainer" parent="sidebar_classic"]
|
|
margin_top = 204.0
|
|
margin_right = 64.0
|
|
margin_bottom = 240.0
|
|
rect_min_size = Vector2( 64, 0 )
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="sidebar_classic/panel_gil"]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 60.0
|
|
margin_bottom = 32.0
|
|
custom_constants/separation = 0
|
|
|
|
[node name="lbl_gilcount" type="Label" parent="sidebar_classic/panel_gil/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
margin_right = 56.0
|
|
margin_bottom = 14.0
|
|
text = "0000000"
|
|
align = 2
|
|
|
|
[node name="GIL" type="Label" parent="sidebar_classic/panel_gil/VBoxContainer"]
|
|
margin_top = 14.0
|
|
margin_right = 56.0
|
|
margin_bottom = 28.0
|
|
text = "Gil"
|
|
align = 2
|
|
|
|
[node name="sidebar_modern" type="VBoxContainer" parent="."]
|
|
margin_left = -64.0
|
|
margin_bottom = 240.0
|
|
rect_min_size = Vector2( 64, 240 )
|
|
size_flags_horizontal = 8
|
|
size_flags_vertical = 8
|
|
custom_constants/separation = 0
|
|
alignment = 2
|
|
|
|
[node name="btn_party" type="Button" parent="sidebar_modern"]
|
|
margin_right = 64.0
|
|
margin_bottom = 22.0
|
|
text = "Party"
|
|
|
|
[node name="btn_job" type="Button" parent="sidebar_modern"]
|
|
margin_top = 22.0
|
|
margin_right = 64.0
|
|
margin_bottom = 44.0
|
|
text = "Job"
|
|
|
|
[node name="btn_items" type="Button" parent="sidebar_modern"]
|
|
margin_top = 44.0
|
|
margin_right = 64.0
|
|
margin_bottom = 66.0
|
|
text = "Items"
|
|
|
|
[node name="btn_equip" type="Button" parent="sidebar_modern"]
|
|
margin_top = 66.0
|
|
margin_right = 64.0
|
|
margin_bottom = 88.0
|
|
text = "Equip"
|
|
|
|
[node name="btn_status" type="Button" parent="sidebar_modern"]
|
|
margin_top = 88.0
|
|
margin_right = 64.0
|
|
margin_bottom = 110.0
|
|
text = "Status"
|
|
|
|
[node name="btn_config" type="Button" parent="sidebar_modern"]
|
|
margin_top = 110.0
|
|
margin_right = 64.0
|
|
margin_bottom = 132.0
|
|
text = "Config"
|
|
|
|
[node name="spacer" type="Control" parent="sidebar_modern"]
|
|
margin_top = 132.0
|
|
margin_right = 64.0
|
|
margin_bottom = 146.0
|
|
size_flags_vertical = 3
|
|
|
|
[node name="btn_save" type="Button" parent="sidebar_modern"]
|
|
margin_top = 146.0
|
|
margin_right = 64.0
|
|
margin_bottom = 168.0
|
|
text = "Save"
|
|
|
|
[node name="panel_time" type="PanelContainer" parent="sidebar_modern"]
|
|
margin_top = 168.0
|
|
margin_right = 64.0
|
|
margin_bottom = 204.0
|
|
rect_min_size = Vector2( 64, 0 )
|
|
size_flags_horizontal = 8
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="sidebar_modern/panel_time"]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 60.0
|
|
margin_bottom = 32.0
|
|
custom_constants/separation = 0
|
|
|
|
[node name="TIME" type="Label" parent="sidebar_modern/panel_time/VBoxContainer"]
|
|
margin_right = 56.0
|
|
margin_bottom = 14.0
|
|
text = "Time"
|
|
|
|
[node name="lbl_time" type="Label" parent="sidebar_modern/panel_time/VBoxContainer"]
|
|
margin_top = 14.0
|
|
margin_right = 56.0
|
|
margin_bottom = 28.0
|
|
text = "000:00:00"
|
|
align = 2
|
|
|
|
[node name="panel_gil" type="PanelContainer" parent="sidebar_modern"]
|
|
margin_top = 204.0
|
|
margin_right = 64.0
|
|
margin_bottom = 240.0
|
|
rect_min_size = Vector2( 64, 0 )
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="sidebar_modern/panel_gil"]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 60.0
|
|
margin_bottom = 32.0
|
|
custom_constants/separation = 0
|
|
|
|
[node name="lbl_gilcount" type="Label" parent="sidebar_modern/panel_gil/VBoxContainer"]
|
|
margin_right = 56.0
|
|
margin_bottom = 14.0
|
|
text = "0000000"
|
|
align = 2
|
|
|
|
[node name="GIL" type="Label" parent="sidebar_modern/panel_gil/VBoxContainer"]
|
|
margin_top = 14.0
|
|
margin_right = 56.0
|
|
margin_bottom = 28.0
|
|
text = "Gil"
|
|
align = 2
|
|
|
|
[node name="submenus" type="Control" parent="."]
|
|
margin_left = 64.0
|
|
margin_right = 384.0
|
|
margin_bottom = 240.0
|
|
rect_min_size = Vector2( 320, 240 )
|
|
|
|
[node name="items_menu" type="Control" parent="submenus"]
|
|
unique_name_in_owner = true
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="submenus/items_menu"]
|
|
anchor_right = 1.0
|
|
margin_bottom = 22.0
|
|
custom_constants/separation = 0
|
|
|
|
[node name="title" type="PanelContainer" parent="submenus/items_menu/HBoxContainer"]
|
|
margin_right = 41.0
|
|
margin_bottom = 22.0
|
|
|
|
[node name="ITEMS" type="Label" parent="submenus/items_menu/HBoxContainer/title"]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 37.0
|
|
margin_bottom = 18.0
|
|
text = "Items"
|
|
|
|
[node name="actions" type="PanelContainer" parent="submenus/items_menu/HBoxContainer"]
|
|
margin_left = 41.0
|
|
margin_right = 320.0
|
|
margin_bottom = 22.0
|
|
size_flags_horizontal = 3
|
|
|
|
[node name="HBoxContainer" type="HBoxContainer" parent="submenus/items_menu/HBoxContainer/actions"]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 275.0
|
|
margin_bottom = 18.0
|
|
|
|
[node name="Label" type="Label" parent="submenus/items_menu/HBoxContainer/actions/HBoxContainer"]
|
|
margin_right = 85.0
|
|
margin_bottom = 14.0
|
|
size_flags_horizontal = 3
|
|
text = "Use"
|
|
align = 1
|
|
|
|
[node name="Label2" type="Label" parent="submenus/items_menu/HBoxContainer/actions/HBoxContainer"]
|
|
margin_left = 93.0
|
|
margin_right = 178.0
|
|
margin_bottom = 14.0
|
|
size_flags_horizontal = 3
|
|
text = "Sort"
|
|
align = 1
|
|
|
|
[node name="Label3" type="Label" parent="submenus/items_menu/HBoxContainer/actions/HBoxContainer"]
|
|
margin_left = 186.0
|
|
margin_right = 271.0
|
|
margin_bottom = 14.0
|
|
size_flags_horizontal = 3
|
|
text = "Rare"
|
|
align = 1
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="submenus/items_menu"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_top = 22.0
|
|
custom_constants/separation = 0
|
|
|
|
[node name="panel_item_description" type="PanelContainer" parent="submenus/items_menu/VBoxContainer"]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
margin_right = 320.0
|
|
margin_bottom = 52.0
|
|
|
|
[node name="lbl_item_description" type="Label" parent="submenus/items_menu/VBoxContainer/panel_item_description"]
|
|
unique_name_in_owner = true
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 316.0
|
|
margin_bottom = 48.0
|
|
rect_min_size = Vector2( 0, 44 )
|
|
size_flags_vertical = 1
|
|
text = "Item description"
|
|
|
|
[node name="items" type="PanelContainer" parent="submenus/items_menu/VBoxContainer"]
|
|
margin_right = 320.0
|
|
margin_bottom = 218.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="submenus/items_menu/VBoxContainer/items"]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 316.0
|
|
margin_bottom = 214.0
|
|
|
|
[node name="items_container" type="GridContainer" parent="submenus/items_menu/VBoxContainer/items/ScrollContainer"]
|
|
unique_name_in_owner = true
|
|
custom_constants/vseparation = 0
|
|
columns = 4
|
|
|
|
[node name="characters_container" type="VBoxContainer" parent="submenus"]
|
|
unique_name_in_owner = true
|
|
visible = false
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 8.0
|
|
margin_top = 8.0
|
|
|
|
[node name="PartyMenuCharacter1" parent="submenus/characters_container" instance=ExtResource( 3 )]
|
|
|
|
[node name="PartyMenuCharacter2" parent="submenus/characters_container" instance=ExtResource( 3 )]
|
|
margin_top = 58.0
|
|
margin_bottom = 108.0
|
|
|
|
[node name="PartyMenuCharacter3" parent="submenus/characters_container" instance=ExtResource( 3 )]
|
|
margin_top = 116.0
|
|
margin_bottom = 166.0
|
|
|
|
[node name="PartyMenuCharacter4" parent="submenus/characters_container" instance=ExtResource( 3 )]
|
|
margin_top = 174.0
|
|
margin_bottom = 224.0
|