You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This package helps you importing [.ase files](https://github.com/aseprite/aseprite/blob/master/docs/ase-file-specs.md) from [aseprite](https://www.aseprite.org/). The reader is fully written in C# which reads the compressed binary file and creates spritesheets, sprites and animations out of it.
5
8
6
9
## Features
@@ -11,20 +14,43 @@ This package helps you importing [.ase files](https://github.com/aseprite/asepri
11
14
* Creates an animation controller
12
15
* New tilemap name rule support (row-col)
13
16
17
+

0 commit comments