alpine-alpaca / asefile

Library for loading Aseprite files. Directly reads binary Aseprite files and does not require you to export files to JSON.
MIT License
43 stars 15 forks source link

Merged PR: Tileset export and User Data #9

Closed B-Reif closed 3 years ago

B-Reif commented 3 years ago

This PR addresses some merge conflicts with the other two PRs I have opened. It also includes a fix for an edge case when tilemap cels overflow the image bounds.

alpine-alpaca commented 3 years ago

Once this is merged I'll make a proper 0.3 release.

Hopefully, that should help with your other package.

alpine-alpaca commented 3 years ago

Actually, hold on making any changes. I'm doing the cleanups myself in branch pr-9.

B-Reif commented 3 years ago

Thanks for all your help on these features, I really appreciate it!