Added level previews

This commit is contained in:
2024-05-11 16:06:24 +01:00
parent 9fc8367dd3
commit efcae24df1
9 changed files with 261 additions and 87 deletions

View File

@@ -20,7 +20,7 @@ func _ready() -> void:
EventBus.update_highscore.connect(_on_update_highscore)
_on_update_score(Global.score)
_on_update_highscore(Global.highscore)
$VBoxContainer/Play/Play.grab_focus()
$VBoxContainer/Play/VBoxContainer/Play.grab_focus()
Music.play_intro()
get_tree().create_timer(5).timeout.connect(_show_credits)