Browse Source

:tada: Make the quit button actually quit the game

DricomDragon 1 year ago
parent
commit
0e56f9b036
1 changed files with 1 additions and 1 deletions
  1. 1 1
      godot/component/ui/title/title_screen.gd

+ 1 - 1
godot/component/ui/title/title_screen.gd

@@ -11,4 +11,4 @@ func _on_start_button_pressed():
 
 
 func _on_quit_button_pressed():
-	print("quit")
+	get_tree().quit()