You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the starting animation of a Sprite is the first animation listed. If you want the Sprite to start with a different animation you have to call playAnimation right after creating the Sprite.
Currently the starting animation of a Sprite is the first animation listed. If you want the Sprite to start with a different animation you have to call
playAnimation
right after creating the Sprite.It would be nice if there was an option in the Sprite constructor to specify the starting animation.
The text was updated successfully, but these errors were encountered: