What did the five finger say to the face? SLAP!

This commit is contained in:
MarcEricMartel
2022-10-11 14:37:43 -04:00
parent 0433b2c7c0
commit 06ad712fd9
2 changed files with 3 additions and 5 deletions

View File

@@ -12,7 +12,6 @@ func _ready():
QuitDesktop.margin_bottom -= 44
Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE)
func _on_Quit_to_Desktop_Button_pressed():
get_tree().quit()
@@ -34,7 +33,5 @@ func openMenu():
get_tree().paused = true
Input.set_mouse_mode(Input.MOUSE_MODE_VISIBLE)
func _on_Quit_Game_pressed():
get_tree().reload_current_scene()