8 lines
108 B
GDScript
8 lines
108 B
GDScript
extends Control
|
|
|
|
func _ready():
|
|
$Continue.grab_focus()
|
|
|
|
func _on_continue_pressed() -> void:
|
|
queue_free()
|