Bevy Aseprite Parser and Loader
This is a fork of TheNeikos/bevy_spicy_aseprite.
Works with Bevy 0.10
Add bevy_aseprite = "0.10"
to your Cargo.toml.
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.