Making animation form induvidual sprites instead of sprite sheet

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

So, I have some sprites which unfortunately aren’t put together in a sprite sheet.

Each frame of animation is a different file.(A separate .png)

Most tutorials on the internet seem to be telling you how to do it using a spritesheet and I don’t have a sprite sheet.

:bust_in_silhouette: Reply From: kidscancode

If you’re using AnimatedSprite like the tag says, you can just drag the individual frames into the SpriteFrames panel. AnimatedSprite actually doesn’t work well with sprite sheets.

See the Dodge the Creeps tutorial for an example of this.

Thanks! I had to do a little digging, but your answer works!

Bugdot | 2018-05-01 06:11