bevy_text_mode 0.2.0

Bevy plugin adding a texture atlas sprite with configurable background and foreground colors.
Documentation
1
2
3
4
5
6
mod plugin;
mod text_mode_texture_atlas;

pub use plugin::TextModePlugin;
pub use text_mode_texture_atlas::TextModeTextureAtlasSprite;
pub use text_mode_texture_atlas::TextModeSpriteSheetBundle;