2d Animation - AnimationPlayer with Individual Images

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By b-w-d

The godot documentation has a pretty good document about 2d animation, here : 2D sprite animation — Godot Engine (stable) documentation in English

It seems like if I have a sprite sheet, I can user either AnimatedSprite -OR- AnimationPlayer to work out the various animations.

If I am using Individual Images (1 image / per frame) I can use Animated Sprite.

What I am trying to do is the one case not really described here - use individual images but with animation player. Mostly, because the Animation player seems to have a lot of other cool functionality that spriteFrame do not.

Is this possible?

:bust_in_silhouette: Reply From: kidscancode

AnimationPlayer can control any properties of a node, including a Sprite node’s texture property. You can keyframe each image by clicking the key icon next to the “Texture” property in the Inspector.