Browse Source

:tada: Make the quit button actually quit the game

DricomDragon 1 năm trước cách đây
mục cha
commit
0e56f9b036

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

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