pandemonium_demo_projects/voxelman/the_tower_gles3/player/Exit.gd

5 lines
52 B
GDScript3
Raw Normal View History

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