]> Untitled Git - wolf-seeking-sheep.git/blob - menus/end.gd
Updated export config options
[wolf-seeking-sheep.git] / menus / end.gd
1 extends Control
2 class_name EndMenu
3
4
5 func _input(event: InputEvent) -> void:
6         if event.is_action_pressed("ui_cancel"):
7                 get_tree().quit()