This repository has been archived on 2022-01-09. You can view files and clone it, but cannot push or open issues/pull-requests.
liblast/Game/GUI.gd

9 lines
171 B
GDScript

extends Control
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
func quit_game():
get_tree().quit()