mirror of
https://github.com/Relintai/MemR.git
synced 2024-12-25 14:07:19 +01:00
5 lines
60 B
GDScript3
5 lines
60 B
GDScript3
|
extends Button
|
||
|
|
||
|
func _pressed() -> void:
|
||
|
get_tree().quit()
|