From b397c38eaaca53127dd2be7f786dfe91e592b59a Mon Sep 17 00:00:00 2001 From: Chance Atkinson Date: Wed, 20 Oct 2021 21:26:33 -0500 Subject: [PATCH] Now it can exit to the main menu Almost like a real game --- godot_ship/script/game/Gameplay.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/godot_ship/script/game/Gameplay.gd b/godot_ship/script/game/Gameplay.gd index 6e19146..0187a94 100644 --- a/godot_ship/script/game/Gameplay.gd +++ b/godot_ship/script/game/Gameplay.gd @@ -16,4 +16,4 @@ func _ready(): func _on_Forfeit_pressed(): - pass # Replace with function body. + queue_free();