main menu: add animation tiny initial delay

This commit is contained in:
Alice Gaudon 2020-08-17 09:35:43 +02:00
parent 009ad1addd
commit 51ce19938d
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ extends AnimatedSprite
func _ready():
yield(get_tree().create_timer(0.1), 'timeout')
play('start')
frame = 0