Files
CharacterContoller/scripts/global.gd
2025-07-20 10:34:21 +02:00

6 lines
103 B
GDScript

extends Node
func _input(event: InputEvent) -> void:
if event.is_action("Quit"):
get_tree().quit()