ChocolateBird/widgets/SaveSlotSelect.tscn

46 lines
1.3 KiB
Plaintext
Raw Normal View History

[gd_scene load_steps=4 format=2]
2023-08-02 19:50:50 +09:30
[ext_resource path="res://theme/menu_theme.tres" type="Theme" id=1]
[ext_resource path="res://widgets/SaveSlot.tscn" type="PackedScene" id=2]
[ext_resource path="res://widgets/SaveSlotSelect.gd" type="Script" id=3]
2023-08-02 19:50:50 +09:30
[node name="SaveSlotSelect" type="PanelContainer"]
theme = ExtResource( 1 )
script = ExtResource( 3 )
2023-08-02 19:50:50 +09:30
[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 )]
unique_name_in_owner = true
2023-08-02 19:50:50 +09:30
margin_top = 22.0
margin_right = 224.0
margin_bottom = 66.0
[node name="SaveSlot2" parent="VBoxContainer" instance=ExtResource( 2 )]
unique_name_in_owner = true
2023-08-02 19:50:50 +09:30
margin_top = 66.0
margin_right = 224.0
margin_bottom = 110.0
[node name="SaveSlot3" parent="VBoxContainer" instance=ExtResource( 2 )]
unique_name_in_owner = true
2023-08-02 19:50:50 +09:30
margin_top = 110.0
margin_right = 224.0
margin_bottom = 154.0
[node name="SaveSlot4" parent="VBoxContainer" instance=ExtResource( 2 )]
unique_name_in_owner = true
2023-08-02 19:50:50 +09:30
margin_top = 154.0
margin_right = 224.0
margin_bottom = 198.0