This commit is contained in:
MarcEricMartel
2022-10-12 12:21:18 -04:00
parent 9216d45eb6
commit 9c3e85ae0d
7 changed files with 201 additions and 11 deletions

View File

@@ -134,7 +134,7 @@ margin_left = 886.0
margin_top = 554.0
margin_right = 1061.0
margin_bottom = 598.0
text = "New Game"
text = "Start Level"
[node name="Quit to Desktop" type="Button" parent="MenuLayer/Start"]
margin_left = 887.0
@@ -148,7 +148,7 @@ margin_left = 887.0
margin_top = 609.0
margin_right = 1062.0
margin_bottom = 653.0
text = "Quit Game"
text = "Restart Level"
[node name="MenuMusic" type="AudioStreamPlayer" parent="MenuLayer/Start"]
stream = ExtResource( 4 )
@@ -225,6 +225,13 @@ margin_right = -17.0
margin_bottom = 26.0
text = "Master Volume"
[node name="Level" type="Label" parent="MenuLayer/Start"]
margin_left = 546.0
margin_top = 478.0
margin_right = 1414.0
margin_bottom = 526.0
align = 1
[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"]