Procházet zdrojové kódy

:tada: Make the quit button actually quit the game

DricomDragon před 1 rokem
rodič
revize
0e56f9b036
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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()