]> Untitled Git - wolf-seeking-sheep.git/blob - menus/end.gd
4.0 docs recommend to keep the import files
[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()