40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://theme/menu_theme.tres" type="Theme" id=1]
|
|
[ext_resource path="res://widgets/SaveSlot.tscn" type="PackedScene" id=2]
|
|
|
|
[node name="SaveSlotSelect" type="PanelContainer"]
|
|
theme = ExtResource( 1 )
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="."]
|
|
margin_left = 4.0
|
|
margin_top = 4.0
|
|
margin_right = 228.0
|
|
margin_bottom = 202.0
|
|
custom_constants/separation = 0
|
|
|
|
[node name="Button" type="Button" parent="VBoxContainer"]
|
|
margin_right = 224.0
|
|
margin_bottom = 22.0
|
|
text = "New Game"
|
|
|
|
[node name="SaveSlot1" parent="VBoxContainer" instance=ExtResource( 2 )]
|
|
margin_top = 22.0
|
|
margin_right = 224.0
|
|
margin_bottom = 66.0
|
|
|
|
[node name="SaveSlot2" parent="VBoxContainer" instance=ExtResource( 2 )]
|
|
margin_top = 66.0
|
|
margin_right = 224.0
|
|
margin_bottom = 110.0
|
|
|
|
[node name="SaveSlot3" parent="VBoxContainer" instance=ExtResource( 2 )]
|
|
margin_top = 110.0
|
|
margin_right = 224.0
|
|
margin_bottom = 154.0
|
|
|
|
[node name="SaveSlot4" parent="VBoxContainer" instance=ExtResource( 2 )]
|
|
margin_top = 154.0
|
|
margin_right = 224.0
|
|
margin_bottom = 198.0
|