Hello,
I am new in using Defold so this question might sound stupid. I have a sprite sheet where the animations in it are not in order. Is there a way in Defold to make animation with weird indices using tile source. For example: my animation frames are [3, 8, 2, 6] in the sprite sheet, Is there a way to create that animation by using tile source.
That’s currently not possible with a tile source, it’s a good suggestion for a feature though!
If you split up the frames in the input file into multiple files you can add them to an atlas instead. Within an atlas you can create animations with arbitrary images/frames.
You can easily split tilesource, for example online with Piskel or Imagesplitter I think that arbitrary frames in a tilesource animation is a nice feature too!