the_tower_pandemonium/game/player/Exit.gd
2022-10-01 12:52:55 +02:00

5 lines
52 B
GDScript

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