67 lines
1.5 KiB
Plaintext
67 lines
1.5 KiB
Plaintext
[gd_scene load_steps=3 format=2]
|
|
|
|
[ext_resource path="res://fonts/DefaultFont.tres" type="DynamicFont" id=1]
|
|
[ext_resource path="res://ui/save_game.gd" type="Script" id=2]
|
|
|
|
[node name="save_game" type="WindowDialog"]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
margin_left = 10.0
|
|
margin_top = 30.0
|
|
margin_right = -10.0
|
|
margin_bottom = -30.0
|
|
script = ExtResource( 2 )
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="v" type="VBoxContainer" parent="."]
|
|
anchor_right = 1.0
|
|
anchor_bottom = 1.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="return" type="Button" parent="v"]
|
|
margin_right = 1004.0
|
|
margin_bottom = 43.0
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "Return to game"
|
|
|
|
[node name="save" type="VBoxContainer" parent="v"]
|
|
margin_top = 47.0
|
|
margin_right = 1004.0
|
|
margin_bottom = 493.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="new_save" type="Button" parent="v/save"]
|
|
margin_right = 1004.0
|
|
margin_bottom = 43.0
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "New save"
|
|
__meta__ = {
|
|
"_edit_use_anchors_": false
|
|
}
|
|
|
|
[node name="s" type="ScrollContainer" parent="v/save"]
|
|
margin_top = 47.0
|
|
margin_right = 1004.0
|
|
margin_bottom = 446.0
|
|
size_flags_horizontal = 3
|
|
size_flags_vertical = 3
|
|
|
|
[node name="v" type="VBoxContainer" parent="v/save/s"]
|
|
|
|
[node name="quit" type="Button" parent="v"]
|
|
margin_top = 497.0
|
|
margin_right = 1004.0
|
|
margin_bottom = 540.0
|
|
custom_fonts/font = ExtResource( 1 )
|
|
text = "Quit game"
|