godot-third-person-basic-scene/scenes/languages/languages.gd

10 lines
155 B
GDScript3
Raw Normal View History

2022-02-12 19:45:44 +00:00
extends Control
# Called when the node enters the scene tree for the first time.
func _ready():
pass
2022-02-12 19:45:44 +00:00
func _on_quit_pressed():
$Window.visible = false