Quit the game

This commit is contained in:
VAILLANT Jeremy
2021-05-08 13:16:13 +02:00
parent 3de364623b
commit e164cef2c2
2 changed files with 18 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
extends Node
# Quit the game
func _on_Quit_pressed():
get_tree().quit(0)