Skip to main content

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

Hello!

I purchased that resource.

But when I checked, all the animation Sprite... 

It's a file of 1 sheet

I want the sheets to be separated for each animation.

Attack animation sheets,

IDLE animation sheet,

TakeDamage Sheet,

Death Sheet,

I want it like this!

(2 edits)

Done, download and check it out (Every animation separated by tags is included. If you want something more specific, you'll have to manually export each sprite sheet or use the Lua script )

For future reference, you can add this function to Aseprite (export tags to separate sprite sheets) with this script:

  • -Download the script from the official repo: https://github.com/aseprite/Aseprite-Script-Examples/blob/main/Export%20Tags%20To%20Different%20Sprite%20Sheets.lua
  • -In Aseprite, go to File > Scripts > Open Scripts Folder and drop the .lua file there.
  • -Go back to File > Scripts > Rescan Scripts Folder (or restart Aseprite).
  • -Open your file and run the script from File > Scripts > Export Tags To Different Sprite Sheets.
  • If you want all the attacks in one spritesheet you can manually include every attack in ony one tag and then just export, for me it is easier to keep everything separated to allow more control over the animations on the game engine, so i will continue uploading that way  . I hope this helps , Enjoy c: