Fronter/Menu.gd

10 lines
157 B
GDScript3
Raw Normal View History

extends Node
func _ready():
# Called every time the node is added to the scene.
# Initialization here
pass
func _on_BackButton_pressed():
queue_free()