bevy_fixed_sprites
Bevy sprites that don't rotate or scale with their transform.
Supports Bevy 0.8
Cargo
= 0.1
Plugin
use *;
app.add_plugin;
Usage
Identical to ordinary Bevy sprites except for the renamings:
- Sprite -> FixedSprite
- SpriteBundle -> FixedSpriteBundle
- TextureAtlasSprite -> FixedTextureAtlasSprite
- SpriteSheetBundle -> FixedSpriteSheetBundle
Example
cargo run --example rotating