This commit is contained in:
2026-02-23 11:37:27 +01:00
commit 13dbb551c8
94 changed files with 2682 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
extends Control
func _ready():
$Continue.grab_focus()
func _on_continue_pressed() -> void:
queue_free()