assetpack
assetpack copied to clipboard
add support for animated sprite sheets
Currently when generating sprite sheets, there is no way to mark it as an animated sprite sheet.
This would allow for use in Pixi's AnimatedSprite
, as the generated JSON would contain the animations
property (listing the textures used as part of the animated sprite).