mirror of
https://github.com/Relintai/MemR.git
synced 2024-11-14 10:27:20 +01:00
5 lines
60 B
GDScript
5 lines
60 B
GDScript
extends Button
|
|
|
|
func _pressed() -> void:
|
|
get_tree().quit()
|