This commit is contained in:
MarcEricMartel
2022-10-11 15:19:36 -04:00
parent 2add3e5349
commit 5fa68b94a2
6 changed files with 11 additions and 25 deletions

View File

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