6 lines
75 B
GDScript
6 lines
75 B
GDScript
extends Node
|
|
|
|
# Quit the game
|
|
func _on_Quit_pressed():
|
|
get_tree().quit(0)
|