Module sprite

Source
Expand description

Sprite drawing specifics.

This is the “runtime-half” of SpriteAsset, the other half being the “import-half” implemented in import_asset::importers::sprite. These two modules are very tightly linked: this module assumes the sprite chunks are laid out in a specific way, and the importer is responsible for writing the sprite chunks out in said layout.