This commit is contained in:
Victor Turgeon
2022-10-11 15:25:00 -04:00
4 changed files with 29 additions and 0 deletions

View File

@@ -149,6 +149,8 @@ margin_right = 1062.0
margin_bottom = 653.0
text = "Quit Game"
[node name="MenuMusic" type="AudioStreamPlayer" parent="."]
[connection signal="pressed" from="MenuLayer/Start/New Game" to="MenuLayer/Start" method="_on_New_Game_pressed"]
[connection signal="pressed" from="MenuLayer/Start/Quit to Desktop" to="MenuLayer/Start" method="_on_Quit_to_Desktop_Button_pressed"]
[connection signal="pressed" from="MenuLayer/Start/Quit Game" to="MenuLayer/Start" method="_on_Quit_Game_pressed"]