mirror of
https://github.com/Relintai/the_tower_pandemonium.git
synced 2025-01-06 14:59:58 +01:00
5 lines
52 B
GDScript3
5 lines
52 B
GDScript3
|
extends Button
|
||
|
|
||
|
func _pressed():
|
||
|
get_tree().quit()
|