This repository has been archived on 2024-05-12. You can view files and clone it, but cannot push or open issues or pull requests.
GMTK-2023/Menus/MainMenu/End.gd

16 lines
280 B
GDScript3
Raw Normal View History

2024-05-12 09:49:07 +02:00
extends Button
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta):
pass
func _on_pressed():
get_tree().quit()