]> Untitled Git - lightcycles.git/blob - map/world.gd
d1979f7deda8b2045124e69b03e2234af5adb1f5
[lightcycles.git] / map / world.gd
1 extends Node3D
2
3
4 func _input(event: InputEvent) -> void:
5         if event.is_action_pressed("ui_cancel"):
6                 get_tree().quit()