mirror of
https://github.com/Relintai/the_tower_pandemonium.git
synced 2024-12-21 13:47:36 +01:00
5 lines
52 B
GDScript
5 lines
52 B
GDScript
extends Button
|
|
|
|
func _pressed():
|
|
get_tree().quit()
|