main menu: add animation tiny initial delay
This commit is contained in:
parent
009ad1addd
commit
51ce19938d
@ -2,6 +2,7 @@ extends AnimatedSprite
|
|||||||
|
|
||||||
|
|
||||||
func _ready():
|
func _ready():
|
||||||
|
yield(get_tree().create_timer(0.1), 'timeout')
|
||||||
play('start')
|
play('start')
|
||||||
frame = 0
|
frame = 0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user