From 51ce19938dc21ac31fb8fb10e5fcd1fcee96fcfe Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Mon, 17 Aug 2020 09:35:43 +0200 Subject: [PATCH] main menu: add animation tiny initial delay --- scripts/menu/title_background.gd | 1 + 1 file changed, 1 insertion(+) 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