]> Untitled Git - lightcycles.git/blob - map/world.gd
Initial project
[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()