first commit
This commit is contained in:
5
scripts/global.gd
Normal file
5
scripts/global.gd
Normal file
@@ -0,0 +1,5 @@
|
||||
extends Node
|
||||
|
||||
func _input(event: InputEvent) -> void:
|
||||
if event.is_action("Quit"):
|
||||
get_tree().quit()
|
||||
Reference in New Issue
Block a user