2021-10-17 20:27:38 +00:00
|
|
|
[gd_scene load_steps=3 format=2]
|
2021-10-03 19:06:16 +00:00
|
|
|
|
|
|
|
[ext_resource path="res://new_dynamicfont.tres" type="DynamicFont" id=1]
|
2021-10-17 20:27:38 +00:00
|
|
|
[ext_resource path="res://SaveLoad.gd" type="Script" id=2]
|
2021-10-03 19:06:16 +00:00
|
|
|
|
|
|
|
[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
|
2021-10-17 20:27:38 +00:00
|
|
|
script = ExtResource( 2 )
|
2021-10-03 19:06:16 +00:00
|
|
|
__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
|
|
|
|
|
2021-10-17 20:27:38 +00:00
|
|
|
[node name="Title" type="Label" parent="VBoxContainer"]
|
2021-10-03 19:06:16 +00:00
|
|
|
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"]
|
2021-10-17 20:27:38 +00:00
|
|
|
margin_top = 23.0
|
2021-10-03 19:06:16 +00:00
|
|
|
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"
|
2021-10-17 20:27:38 +00:00
|
|
|
|
|
|
|
[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"]
|