Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 774 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 774 Bytes

Lua Aseprite Loader

A lightweight library for reading Aseprite files in Lua. No need to parse the Aseprite file into a JSON format - this library allows you to access the data directly.

We recommend using this library in conjunction with an atlas builder to create sprite sheets.

Example

Check out the example folder in the root directory of the project to see how to use this library in your project.

Here is a preview of the tags in the player.ase file:

tags

Have fun 😄

Loader Output

The output of this library is similar to the format specified in the Aseprite file specs with a few modifications