ChocolateBird/main_menu.tscn

63 lines
1.8 KiB
Plaintext
Raw Normal View History

2023-08-01 23:22:31 +09:30
[gd_scene load_steps=7 format=2]
2023-07-31 15:18:02 +09:30
[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://widgets/PartyMenu.tscn" type="PackedScene" id=5]
2023-08-01 23:22:31 +09:30
[ext_resource path="res://widgets/RomSelect.tscn" type="PackedScene" id=6]
2023-07-31 15:18:02 +09:30
[node name="main_menu" type="Control"]
anchor_right = 1.0
anchor_bottom = 1.0
2023-08-01 23:22:31 +09:30
margin_right = -640.0
margin_bottom = -360.0
2023-07-31 15:18:02 +09:30
theme = ExtResource( 2 )
2023-07-31 23:32:46 +09:30
[node name="party_menu" parent="." instance=ExtResource( 5 )]
2023-08-01 23:22:31 +09:30
visible = false
2023-07-31 23:32:46 +09:30
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
2023-07-31 15:18:02 +09:30
[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
2023-09-21 15:26:10 +09:30
margin_right = 89.0
2023-07-31 15:18:02 +09:30
margin_bottom = 37.0
size_flags_horizontal = 3
size_flags_vertical = 3
texture = ExtResource( 4 )
[node name="MarginContainer2" type="MarginContainer" parent="MarginContainer"]
2023-09-21 15:26:10 +09:30
margin_right = 89.0
2023-07-31 15:18:02 +09:30
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
2023-09-21 15:26:10 +09:30
margin_right = 85.0
2023-07-31 15:18:02 +09:30
margin_bottom = 33.0
text = "Load Save File
From here"
2023-08-01 23:22:31 +09:30
[node name="RomSelect" parent="." instance=ExtResource( 6 )]
2023-07-31 15:18:02 +09:30
[node name="ColorMenu" parent="." instance=ExtResource( 3 )]
margin_left = 384.0
margin_right = 469.0