Same character multiple sprite sheets in the AnimationPlayer

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Blaul

So I created a sprite sheet with only the running animations and now I want to add Idle animations. But when I change the sprite texture for my player to the Idle animation sprite sheet my running frames disappear since they are bound to the running sprite sheet. Can I somehow add multiple textures to a Sprite?

:bust_in_silhouette: Reply From: GrumpyCJ

Hi. You can add different sprites/animations to a single AnimatedSprite node

and use that as a root node to the AnimationPlayer