ChocolateBird/widgets/PartyMenu.tscn

178 lines
4.6 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 = 264.0
margin_bottom = 240.0
theme = ExtResource( 1 )
script = ExtResource( 2 )
[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 )]
[node name="PartyMenuCharacter2" parent="characters" instance=ExtResource( 3 )]
margin_top = 58.0
margin_bottom = 108.0
[node name="PartyMenuCharacter3" parent="characters" instance=ExtResource( 3 )]
margin_top = 116.0
margin_bottom = 166.0
[node name="PartyMenuCharacter4" parent="characters" instance=ExtResource( 3 )]
margin_top = 174.0
margin_bottom = 224.0
[node name="rightside" type="VBoxContainer" parent="."]
anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -72.0
size_flags_horizontal = 8
size_flags_vertical = 8
custom_constants/separation = 0
alignment = 2
[node name="panel_menu" type="PanelContainer" parent="rightside"]
margin_left = 16.0
margin_right = 72.0
margin_bottom = 36.0
rect_min_size = Vector2( 56, 0 )
size_flags_horizontal = 8
[node name="VBoxContainer" type="VBoxContainer" parent="rightside/panel_menu"]
margin_left = 4.0
margin_top = 4.0
margin_right = 52.0
margin_bottom = 32.0
custom_constants/separation = 0
[node name="lbl_job" type="Label" parent="rightside/panel_menu/VBoxContainer"]
margin_right = 48.0
margin_bottom = 14.0
text = "Job"
[node name="lbl_ability" type="Label" parent="rightside/panel_menu/VBoxContainer"]
margin_top = 14.0
margin_right = 48.0
margin_bottom = 28.0
text = "Ability"
[node name="panel_menu2" type="PanelContainer" parent="rightside"]
margin_left = 16.0
margin_top = 36.0
margin_right = 72.0
margin_bottom = 128.0
rect_min_size = Vector2( 56, 0 )
size_flags_horizontal = 8
[node name="VBoxContainer" type="VBoxContainer" parent="rightside/panel_menu2"]
margin_left = 4.0
margin_top = 4.0
margin_right = 52.0
margin_bottom = 88.0
custom_constants/separation = 0
[node name="lbl_items" type="Label" parent="rightside/panel_menu2/VBoxContainer"]
margin_right = 48.0
margin_bottom = 14.0
text = "Items"
[node name="lbl_magic" type="Label" parent="rightside/panel_menu2/VBoxContainer"]
margin_top = 14.0
margin_right = 48.0
margin_bottom = 28.0
text = "Magic"
[node name="lbl_equip" type="Label" parent="rightside/panel_menu2/VBoxContainer"]
margin_top = 28.0
margin_right = 48.0
margin_bottom = 42.0
text = "Equip"
[node name="lbl_status" type="Label" parent="rightside/panel_menu2/VBoxContainer"]
margin_top = 42.0
margin_right = 48.0
margin_bottom = 56.0
text = "Status"
[node name="lbl_config" type="Label" parent="rightside/panel_menu2/VBoxContainer"]
margin_top = 56.0
margin_right = 48.0
margin_bottom = 70.0
text = "Config"
[node name="lbl_save" type="Label" parent="rightside/panel_menu2/VBoxContainer"]
margin_top = 70.0
margin_right = 48.0
margin_bottom = 84.0
text = "Save"
[node name="spacer" type="Control" parent="rightside"]
margin_top = 128.0
margin_right = 72.0
margin_bottom = 168.0
size_flags_vertical = 3
[node name="panel_time" type="PanelContainer" parent="rightside"]
margin_left = 8.0
margin_top = 168.0
margin_right = 72.0
margin_bottom = 204.0
rect_min_size = Vector2( 64, 0 )
size_flags_horizontal = 8
[node name="VBoxContainer" type="VBoxContainer" parent="rightside/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="rightside/panel_time/VBoxContainer"]
margin_right = 56.0
margin_bottom = 14.0
text = "Time"
[node name="lbl_time" type="Label" parent="rightside/panel_time/VBoxContainer"]
margin_top = 14.0
margin_right = 56.0
margin_bottom = 28.0
text = "0:00"
align = 2
[node name="panel_gil" type="PanelContainer" parent="rightside"]
margin_top = 204.0
margin_right = 72.0
margin_bottom = 240.0
rect_min_size = Vector2( 72, 0 )
[node name="VBoxContainer" type="VBoxContainer" parent="rightside/panel_gil"]
margin_left = 4.0
margin_top = 4.0
margin_right = 68.0
margin_bottom = 32.0
custom_constants/separation = 0
[node name="lbl_gilcount" type="Label" parent="rightside/panel_gil/VBoxContainer"]
margin_right = 64.0
margin_bottom = 14.0
text = "0"
align = 2
[node name="GIL" type="Label" parent="rightside/panel_gil/VBoxContainer"]
margin_top = 14.0
margin_right = 64.0
margin_bottom = 28.0
text = "Gil"
align = 2