the_tower/player/Exit.gd
2020-06-11 12:23:35 +02:00

5 lines
52 B
GDScript

extends Button
func _pressed():
get_tree().quit()