mirror of
https://github.com/creyD/ludum_dare_46.git
synced 2026-06-13 05:52:24 +02:00
Added sounds to titlescreen
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user