Is there currently spritesheet support for defining sprites and animations?
An intuitive 2D game engine. Fast, cross-platform, tiny, hot loaded. · By
Right now there isn't anything in place to manage the entire process, but you can specify a rectangle within a sprite to draw from, so you can use one big sprite as a spritesheet already.
Is there already a third-party tool people like for creating spritesheets, or would it be useful for us to supply a simple tool that packs a collection of images efficiently and writes out a .png and some metadata for rectangle positions?
TexturePacker (https://www.codeandweb.com/texturepacker) would probably be the goto tool for this. No need to reinvent the wheel!