|
|
@ -110,12 +110,12 @@ grow_vertical = 2 |
|
|
|
theme = ExtResource("1_4p2cp") |
|
|
|
color = Color(0.133333, 0.133333, 0.133333, 0.784314) |
|
|
|
script = ExtResource("1_x1uhs") |
|
|
|
show_save_ui_button = NodePath("MarginContainer/VBoxContainer/BottomRow/SaveButton") |
|
|
|
show_save_ui_button = NodePath("MainContent/MenuContainer/BottomRow/SaveButton") |
|
|
|
new_save_ui = NodePath("NewSaveUI") |
|
|
|
save_name_input = NodePath("NewSaveUI/MarginContainer/VBoxContainer/SaveNameInput") |
|
|
|
create_save_button = NodePath("NewSaveUI/MarginContainer/VBoxContainer/SaveButton") |
|
|
|
create_save_cancel_button = NodePath("NewSaveUI/MarginContainer/VBoxContainer/CancelButton") |
|
|
|
save_files_list_ui = NodePath("MarginContainer/VBoxContainer/ScrollContainer/SaveFilesList") |
|
|
|
save_files_list_ui = NodePath("MainContent/MenuContainer/ScrollContainer/SaveFilesList") |
|
|
|
animation_player = NodePath("AnimationPlayer") |
|
|
|
|
|
|
|
[node name="AnimationPlayer" type="AnimationPlayer" parent="."] |
|
|
@ -124,7 +124,7 @@ libraries = { |
|
|
|
} |
|
|
|
autoplay = "RESET" |
|
|
|
|
|
|
|
[node name="MarginContainer" type="MarginContainer" parent="."] |
|
|
|
[node name="MainContent" type="MarginContainer" parent="."] |
|
|
|
layout_mode = 1 |
|
|
|
anchors_preset = 15 |
|
|
|
anchor_right = 1.0 |
|
|
@ -136,32 +136,32 @@ theme_override_constants/margin_top = 20 |
|
|
|
theme_override_constants/margin_right = 20 |
|
|
|
theme_override_constants/margin_bottom = 20 |
|
|
|
|
|
|
|
[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"] |
|
|
|
[node name="MenuContainer" type="VBoxContainer" parent="MainContent"] |
|
|
|
layout_mode = 2 |
|
|
|
|
|
|
|
[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"] |
|
|
|
[node name="Title" type="Label" parent="MainContent/MenuContainer"] |
|
|
|
layout_mode = 2 |
|
|
|
theme_override_font_sizes/font_size = 40 |
|
|
|
theme_type_variation = &"MenuTitle" |
|
|
|
text = "Save/Load Game" |
|
|
|
horizontal_alignment = 1 |
|
|
|
|
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MarginContainer/VBoxContainer"] |
|
|
|
[node name="ScrollContainer" type="ScrollContainer" parent="MainContent/MenuContainer"] |
|
|
|
custom_minimum_size = Vector2(0, 500) |
|
|
|
layout_mode = 2 |
|
|
|
horizontal_scroll_mode = 0 |
|
|
|
|
|
|
|
[node name="SaveFilesList" parent="MarginContainer/VBoxContainer/ScrollContainer" instance=ExtResource("2_4p2cp")] |
|
|
|
[node name="SaveFilesList" parent="MainContent/MenuContainer/ScrollContainer" instance=ExtResource("2_4p2cp")] |
|
|
|
layout_mode = 2 |
|
|
|
size_flags_horizontal = 6 |
|
|
|
|
|
|
|
[node name="SaveFilePanel" parent="MarginContainer/VBoxContainer/ScrollContainer/SaveFilesList" instance=ExtResource("3_r04ci")] |
|
|
|
[node name="SaveFilePanel" parent="MainContent/MenuContainer/ScrollContainer/SaveFilesList" instance=ExtResource("3_r04ci")] |
|
|
|
layout_mode = 2 |
|
|
|
|
|
|
|
[node name="BottomRow" type="HBoxContainer" parent="MarginContainer/VBoxContainer"] |
|
|
|
[node name="BottomRow" type="HBoxContainer" parent="MainContent/MenuContainer"] |
|
|
|
layout_mode = 2 |
|
|
|
alignment = 1 |
|
|
|
|
|
|
|
[node name="SaveButton" type="TextureButton" parent="MarginContainer/VBoxContainer/BottomRow"] |
|
|
|
[node name="SaveButton" type="TextureButton" parent="MainContent/MenuContainer/BottomRow"] |
|
|
|
clip_contents = true |
|
|
|
custom_minimum_size = Vector2(32, 32) |
|
|
|
layout_mode = 2 |
|
|
|