SaveStation, save & load properly

This commit is contained in:
Felipe M 2021-05-22 18:33:00 +02:00
parent d4acde846c
commit 847670821d
Signed by: fmartingr
GPG key ID: 716BC147715E716F
16 changed files with 129 additions and 13 deletions

View file

@ -41,6 +41,7 @@ margin_right = 56.0
margin_bottom = 56.0
rect_min_size = Vector2( 56, 16 )
text = "Quit"
[connection signal="pressed" from="CenterContainer/VBoxContainer/StartButton" to="." method="_on_StartButton_pressed"]
[connection signal="pressed" from="CenterContainer/VBoxContainer/LoadButton" to="." method="_on_LoadButton_pressed"]
[connection signal="pressed" from="CenterContainer/VBoxContainer/QuitButton" to="." method="_on_QuitButton_pressed"]