the_tower/player/Exit.gd

5 lines
52 B
GDScript3
Raw Normal View History

2020-06-11 12:23:35 +02:00
extends Button
func _pressed():
get_tree().quit()