bevy_spritesheet 0.2.2

bevy extensions with support for selecting a sprite index depending on an associated state.
Documentation
<div align="center">

[![stable pipeline](https://gitlab.com/cyloncore/bevy_spritesheet/badges/stable/pipeline.svg?key_text=stable)](https://gitlab.com/cyloncore/bevy_spritesheet/-/pipelines?ref=stable)
[![dev/1 pipeline](https://gitlab.com/cyloncore/bevy_spritesheet/badges/dev/1/pipeline.svg?key_text=dev/1)](https://gitlab.com/cyloncore/bevy_spritesheet/-/pipelines?ref=dev/1)
[![docs](https://docs.rs/bevy_spritesheet/badge.svg)](https://docs.rs/bevy_spritesheet)
[![crates.io](https://img.shields.io/crates/v/bevy_spritesheet.svg)](https://crates.io/crates/bevy_spritesheet)
</div>

bevy_spritesheet
================

Crate to conveniently define sprite sheets.


<center>

![example](../example.png)

Example of multi-layered sprites defined using this project (images from [LCP Spritesheet Generator](https://liberatedpixelcup.github.io/Universal-LPC-Spritesheet-Character-Generator/#)).
</center>