diff --git a/scripts/menu/title_background.gd b/scripts/menu/title_background.gd index cb85f51..d6f1dcb 100644 --- a/scripts/menu/title_background.gd +++ b/scripts/menu/title_background.gd @@ -2,6 +2,7 @@ extends AnimatedSprite func _ready(): + yield(get_tree().create_timer(0.1), 'timeout') play('start') frame = 0