Releases: excaliburjs/excalibur-aseprite
Releases · excaliburjs/excalibur-aseprite
@excaliburjs/plugin-aseprite
- Export using the aseprite cli or through the UI
- Load the Aseprite resource via the json and voila ✨
- Use
AsepriteResource.getAnimation(name)
to retrieve animations by the name in aseprite - Use
AsepriteResource.getSpriteSheet()
to get the equivalent Excalibur SpriteSheet - Use
Aseprite.rawAseprite
to access the raw data structure from Aseprite - Use
Aseprite.image
to access the source image for the SpriteSheet