65 lines
1.8 KiB
Plaintext
65 lines
1.8 KiB
Plaintext
[gd_scene load_steps=7 format=2]
|
|
|
|
[ext_resource path="res://box.tscn" type="PackedScene" id=1]
|
|
[ext_resource path="res://theme/menu_theme.tres" type="Theme" id=2]
|
|
[ext_resource path="res://widgets/ColorMenu.tscn" type="PackedScene" id=3]
|
|
[ext_resource path="res://theme/border_imagetexture.tres" type="Texture" id=4]
|
|
[ext_resource path="res://party_menu.tscn" type="PackedScene" id=5]
|
|
[ext_resource path="res://widgets/RomSelect.tscn" type="PackedScene" id=6]
|
|
|
|
[node name="main_menu" type="Control"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_right = -640.0
|
|
margin_bottom = -360.0
|
|
theme = ExtResource( 2 )
|
|
|
|
[node name="party_menu" parent="." instance=ExtResource( 5 )]
|
|
visible = false
|
|
anchor_left = 1.0
|
|
anchor_top = 1.0
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = -360.0
|
|
margin_top = -240.0
|
|
margin_right = 0.0
|
|
margin_bottom = 0.0
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."]
|
|
margin_right = 70.0
|
|
margin_bottom = 32.0
|
|
size_flags_horizontal = 0
|
|
size_flags_vertical = 0
|
|
|
|
[node name="box2" parent="MarginContainer" instance=ExtResource( 1 )]
|
|
material = null
|
|
margin_right = 101.0
|
|
margin_bottom = 37.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
texture = ExtResource( 4 )
|
|
|
|
[node name="MarginContainer2" type="MarginContainer" parent="MarginContainer"]
|
|
margin_right = 101.0
|
|
margin_bottom = 37.0
|
|
custom_constants/margin_right = 4
|
|
custom_constants/margin_top = 4
|
|
custom_constants/margin_left = 4
|
|
custom_constants/margin_bottom = 4
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/MarginContainer2"]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 97.0
|
|
margin_bottom = 33.0
|
|
text = "Load Save File
|
|
From here"
|
|
|
|
[node name="RomSelect" parent="." instance=ExtResource( 6 )]
|
|
|
|
[node name="ColorMenu" parent="." instance=ExtResource( 3 )]
|
|
margin_left = 548.0
|
|
margin_top = 288.0
|
|
margin_right = 633.0
|
|
margin_bottom = 352.0
|