macro_rules! include_aseprite_sprite {
($path:expr) => { ... };
}
Expand description
Includes an Aseprite sprite sheet and Json
export. For more information, see Sprite::load_aseprite_json
. This macro
will append “.png” and “.json” to the path provided and include both files
in your binary.