Bevy Aseprite Parser and Loader
This is a fork of TheNeikos/bevy_spicy_aseprite.
Add bevy_aseprite = "0.12"
to your Cargo.toml.
Compatability table
bevy | bevy_aseprite |
---|---|
0.12 | 0.12 |
0.11 | 0.11 |
0.10 | 0.10 |
0.9 | 0.9 |
How to use it without derives
commands.spawn;
How to use it with derive (for compile time validation)
...
commands.spawn;
Examples
Check out the example to see how it could be used:
Limitations
Currently no support for slices or toggling layers.