Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

The best way is looking on the individual sprites, unfortunately I don't have the numbers on the moment. In the next update I can put the loop sprites in diferent columns on the sprite-sheet

Also, the resolution is not the same for all animations since some animations can take more canvas space

That's no problem, thanks. I can manually slap the separate sprites into a sheet.
Sorry, another question - I noticed some sprites are not aligned the same as the rest, for example, the LightAttack sprites are centred and her feet are not at the bottom. This is different to say the UpLightAttacks where they are bottom aligned. Do you know if there's a simple way to fix this? (otherwise I'll need to reposition each one in the code somehow, not ideal).

I use Unity, so I just change the pivot on the editor, but you can try to trim the aseprite file and exports the individual sprites on equal canvas size or export the sprite-sheet on grid mode.