Files
online-hunter/world.gd
2025-12-18 00:32:46 +01:00

7 lines
107 B
GDScript

extends Node
func _unhandled_input(event):
if event.is_action_pressed("ui_cancel"):
get_tree().quit()