How to animate sequence of actions packed as single file?

Hi,

I’ve downloaded a pack of game assets on this site to test some stuff on Defold. But it seems they are packed as single file for each action the player do.

Because of that I can’t animate and they all appear together on my collection
Screenshot%20from%202021-04-16%2010-14-48

Is there any workaround for this?

In Defold, I suggest you look at a Tile Source:

Otherwise, there must surely be free software to split tilesheets into individual images.

2 Likes

ImageMagick is great for this! I believe you can use Aseprite as well.

3 Likes