Added music, best times, more backgrounds and more levels

This commit is contained in:
2024-05-07 18:13:53 +01:00
parent 6f6b1f4b80
commit 0017d49923
38 changed files with 769 additions and 166 deletions

View File

@@ -3,6 +3,8 @@ extends Node2D
func _ready() -> void:
EventBus.update_score.connect(_on_update_score)
_on_update_score(Global.score)
Music.play_intro()
Music.jingle(Music.JINGLE_GAME_OVER)
func _on_timer_timeout() -> void:
get_tree().change_scene_to_file("res://Intro.tscn")