DPaint-js icon indicating copy to clipboard operation
DPaint-js copied to clipboard

Work with sprite sheet at layers

Open gingerbeardman opened this issue 1 year ago • 2 comments
trafficstars

It would be great if we could import a sprite sheet as layers (or even better: frames)

And export back to the same.

A sprite sheet of course is a single image comprising all the individual frames.

I work with them where they have a filename example-table-32-64.png for frames of 32x64 pixels

gingerbeardman avatar Aug 07 '24 12:08 gingerbeardman

I was thinking of handling spritesheets as "slices", where you still see all sprites on the same canvas, but I'll give it some thoughts (and take a peak on how dedicated sprite-editors handle that) When working with animations, it certainly would be handy to have them as frames!

Yep.... doable. Thanks for the input !

steffest avatar Aug 09 '24 08:08 steffest

If it helps I have a build of Piskel that does exactly what I request, but I like to explore and use as many drawing apps as possible. https://github.com/gingerbeardman/piskel-playdate

gingerbeardman avatar Aug 09 '24 13:08 gingerbeardman