init
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
extends Control
|
||||
|
||||
func _ready():
|
||||
$Continue.grab_focus()
|
||||
|
||||
func _on_continue_pressed() -> void:
|
||||
queue_free()
|
||||
Reference in New Issue
Block a user