Bevy sprites that don't rotate or scale with their transform.
Supports Bevy 0.8 #
toml
bevy_fixed_sprites = 0.1
rust
use bevy_fixed_sprites::*;
app.add_plugin(BevyFixedSpritesPlugin);
Identical to ordinary Bevy sprites except for the renamings:
cargo run --example rotating