ChocolateBird/widgets/PartyMenu.tscn

180 lines
4.7 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=4 format=2]
2023-07-31 23:32:46 +09:30
2023-08-04 01:05:19 +09:30
[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]
2023-08-04 01:05:19 +09:30
[node name="PartyMenu" type="Panel"]
margin_right = 336.0
2023-07-31 23:32:46 +09:30
margin_bottom = 240.0
rect_min_size = Vector2( 320, 240 )
2023-08-04 01:05:19 +09:30
theme = ExtResource( 1 )
script = ExtResource( 2 )
2023-08-04 01:05:19 +09:30
[node name="characters" type="VBoxContainer" parent="."]
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = 8.0
margin_top = 8.0
margin_right = -8.0
margin_bottom = -8.0
[node name="PartyMenuCharacter" parent="characters" instance=ExtResource( 3 )]
2023-08-04 01:05:19 +09:30
[node name="PartyMenuCharacter2" parent="characters" instance=ExtResource( 3 )]
2023-08-04 01:05:19 +09:30
margin_top = 58.0
margin_bottom = 108.0
[node name="PartyMenuCharacter3" parent="characters" instance=ExtResource( 3 )]
2023-08-04 01:05:19 +09:30
margin_top = 116.0
margin_bottom = 166.0
[node name="PartyMenuCharacter4" parent="characters" instance=ExtResource( 3 )]
2023-08-04 01:05:19 +09:30
margin_top = 174.0
margin_bottom = 224.0
2023-07-31 23:32:46 +09:30
2023-08-04 01:05:19 +09:30
[node name="rightside" type="VBoxContainer" parent="."]
2023-07-31 23:32:46 +09:30
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -64.0
2023-07-31 23:32:46 +09:30
size_flags_horizontal = 8
size_flags_vertical = 8
custom_constants/separation = 0
alignment = 2
2023-08-04 01:05:19 +09:30
[node name="panel_menu" type="PanelContainer" parent="rightside"]
margin_left = 8.0
margin_right = 64.0
2023-07-31 23:32:46 +09:30
margin_bottom = 36.0
rect_min_size = Vector2( 56, 0 )
size_flags_horizontal = 8
2023-08-04 01:05:19 +09:30
[node name="VBoxContainer" type="VBoxContainer" parent="rightside/panel_menu"]
2023-07-31 23:32:46 +09:30
margin_left = 4.0
margin_top = 4.0
margin_right = 52.0
margin_bottom = 32.0
custom_constants/separation = 0
2023-08-04 01:05:19 +09:30
[node name="lbl_job" type="Label" parent="rightside/panel_menu/VBoxContainer"]
2023-07-31 23:32:46 +09:30
margin_right = 48.0
margin_bottom = 14.0
text = "Job"
2023-08-04 01:05:19 +09:30
[node name="lbl_ability" type="Label" parent="rightside/panel_menu/VBoxContainer"]
2023-07-31 23:32:46 +09:30
margin_top = 14.0
margin_right = 48.0
margin_bottom = 28.0
text = "Ability"
2023-08-04 01:05:19 +09:30
[node name="panel_menu2" type="PanelContainer" parent="rightside"]
margin_left = 8.0
2023-07-31 23:32:46 +09:30
margin_top = 36.0
margin_right = 64.0
2023-07-31 23:32:46 +09:30
margin_bottom = 128.0
rect_min_size = Vector2( 56, 0 )
size_flags_horizontal = 8
2023-08-04 01:05:19 +09:30
[node name="VBoxContainer" type="VBoxContainer" parent="rightside/panel_menu2"]
2023-07-31 23:32:46 +09:30
margin_left = 4.0
margin_top = 4.0
margin_right = 52.0
margin_bottom = 88.0
custom_constants/separation = 0
2023-08-04 01:05:19 +09:30
[node name="lbl_items" type="Label" parent="rightside/panel_menu2/VBoxContainer"]
2023-07-31 23:32:46 +09:30
margin_right = 48.0
margin_bottom = 14.0
text = "Items"
2023-08-04 01:05:19 +09:30
[node name="lbl_magic" type="Label" parent="rightside/panel_menu2/VBoxContainer"]
2023-07-31 23:32:46 +09:30
margin_top = 14.0
margin_right = 48.0
margin_bottom = 28.0
text = "Magic"
2023-08-04 01:05:19 +09:30
[node name="lbl_equip" type="Label" parent="rightside/panel_menu2/VBoxContainer"]
2023-07-31 23:32:46 +09:30
margin_top = 28.0
margin_right = 48.0
margin_bottom = 42.0
text = "Equip"
2023-08-04 01:05:19 +09:30
[node name="lbl_status" type="Label" parent="rightside/panel_menu2/VBoxContainer"]
2023-07-31 23:32:46 +09:30
margin_top = 42.0
margin_right = 48.0
margin_bottom = 56.0
text = "Status"
2023-08-04 01:05:19 +09:30
[node name="lbl_config" type="Label" parent="rightside/panel_menu2/VBoxContainer"]
2023-07-31 23:32:46 +09:30
margin_top = 56.0
margin_right = 48.0
margin_bottom = 70.0
text = "Config"
2023-08-04 01:05:19 +09:30
[node name="lbl_save" type="Label" parent="rightside/panel_menu2/VBoxContainer"]
2023-07-31 23:32:46 +09:30
margin_top = 70.0
margin_right = 48.0
margin_bottom = 84.0
text = "Save"
2023-08-04 01:05:19 +09:30
[node name="spacer" type="Control" parent="rightside"]
2023-07-31 23:32:46 +09:30
margin_top = 128.0
margin_right = 64.0
2023-07-31 23:32:46 +09:30
margin_bottom = 168.0
size_flags_vertical = 3
2023-08-04 01:05:19 +09:30
[node name="panel_time" type="PanelContainer" parent="rightside"]
2023-07-31 23:32:46 +09:30
margin_top = 168.0
margin_right = 64.0
2023-07-31 23:32:46 +09:30
margin_bottom = 204.0
rect_min_size = Vector2( 64, 0 )
size_flags_horizontal = 8
2023-08-04 01:05:19 +09:30
[node name="VBoxContainer" type="VBoxContainer" parent="rightside/panel_time"]
2023-07-31 23:32:46 +09:30
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="rightside/panel_time/VBoxContainer"]
2023-07-31 23:32:46 +09:30
margin_right = 56.0
margin_bottom = 14.0
text = "Time"
[node name="lbl_time" type="Label" parent="rightside/panel_time/VBoxContainer"]
2023-09-21 15:26:10 +09:30
unique_name_in_owner = true
2023-07-31 23:32:46 +09:30
margin_top = 14.0
margin_right = 56.0
margin_bottom = 28.0
text = "000:00:00"
2023-07-31 23:32:46 +09:30
align = 2
2023-08-04 01:05:19 +09:30
[node name="panel_gil" type="PanelContainer" parent="rightside"]
2023-07-31 23:32:46 +09:30
margin_top = 204.0
margin_right = 64.0
2023-07-31 23:32:46 +09:30
margin_bottom = 240.0
rect_min_size = Vector2( 64, 0 )
2023-07-31 23:32:46 +09:30
2023-08-04 01:05:19 +09:30
[node name="VBoxContainer" type="VBoxContainer" parent="rightside/panel_gil"]
2023-07-31 23:32:46 +09:30
margin_left = 4.0
margin_top = 4.0
margin_right = 60.0
2023-07-31 23:32:46 +09:30
margin_bottom = 32.0
custom_constants/separation = 0
2023-08-04 01:05:19 +09:30
[node name="lbl_gilcount" type="Label" parent="rightside/panel_gil/VBoxContainer"]
2023-09-21 15:26:10 +09:30
unique_name_in_owner = true
margin_right = 56.0
2023-07-31 23:32:46 +09:30
margin_bottom = 14.0
text = "0000000"
2023-07-31 23:32:46 +09:30
align = 2
[node name="GIL" type="Label" parent="rightside/panel_gil/VBoxContainer"]
2023-07-31 23:32:46 +09:30
margin_top = 14.0
margin_right = 56.0
2023-07-31 23:32:46 +09:30
margin_bottom = 28.0
text = "Gil"
align = 2