[gd_scene load_steps=3 format=2] [ext_resource path="res://new_dynamicfont.tres" type="DynamicFont" id=1] [ext_resource path="res://SaveLoad.gd" type="Script" id=2] [node name="MarginContainer" type="MarginContainer"] anchor_right = 1.0 anchor_bottom = 1.0 custom_constants/margin_right = 120 custom_constants/margin_top = 80 custom_constants/margin_left = 120 custom_constants/margin_bottom = 80 script = ExtResource( 2 ) __meta__ = { "_edit_use_anchors_": false } [node name="VBoxContainer" type="VBoxContainer" parent="."] margin_left = 120.0 margin_top = 80.0 margin_right = 904.0 margin_bottom = 520.0 [node name="Title" type="Label" parent="VBoxContainer"] margin_right = 784.0 margin_bottom = 19.0 custom_fonts/font = ExtResource( 1 ) text = "Save or Load" align = 1 [node name="HBoxContainer" type="HBoxContainer" parent="VBoxContainer"] margin_top = 23.0 margin_right = 784.0 margin_bottom = 42.0 custom_constants/separation = 50 alignment = 1 [node name="Save" type="Label" parent="VBoxContainer/HBoxContainer"] margin_left = 331.0 margin_right = 366.0 margin_bottom = 19.0 custom_fonts/font = ExtResource( 1 ) text = "Save" [node name="Load" type="Label" parent="VBoxContainer/HBoxContainer"] margin_left = 416.0 margin_right = 452.0 margin_bottom = 19.0 custom_fonts/font = ExtResource( 1 ) text = "Load" [node name="Back" type="Label" parent="VBoxContainer"] margin_top = 46.0 margin_right = 784.0 margin_bottom = 65.0 mouse_filter = 1 custom_fonts/font = ExtResource( 1 ) text = "Back" align = 1 [connection signal="gui_input" from="VBoxContainer/Back" to="." method="_on_Back_gui_input"]