summaryrefslogtreecommitdiff
path: root/scenes/menu.gd
blob: c0c6f6b1341ead4a07f8e226271067795fe521df (plain)
1
2
3
4
5
6
7
8
9
extends Node2D


func _ready():
	pass


func _on_Exit_on_click():
	get_tree().quit()