Added sounds to titlescreen

This commit is contained in:
2020-04-18 19:30:43 +02:00
parent c461869511
commit f3192c9b30
8 changed files with 74 additions and 10 deletions

View File

@@ -8,5 +8,6 @@ func _ready():
animation_player.play("__INIT__")
func _on_Startup_startup_finished():
new_game_button.ignore_once = true # Pauls russian solution for ignoring the first sound click in the titlescreen
new_game_button.grab_focus()
animation_player.play("show_buttons")