]> Untitled Git - knight.git/blob - test/test.gd
Player attributes now accessable
[knight.git] / test / test.gd
1 extends Node3D
2
3
4 func _unhandled_input(event: InputEvent) -> void:
5         if event.is_action_pressed("ui_cancel"):
6                 get_tree().quit()