bevy_text_mode 0.3.0

Bevy plugin adding a texture atlas sprite with configurable background and foreground colors.
Documentation
1
2
3
4
5
6
7
8
pub use plugin::TextModePlugin;
pub use text_mode_texture_atlas::TextModeSprite;
pub use text_mode_texture_atlas::TextModeSpriteBundle;

mod plugin;
mod text_mode_texture_atlas;
mod computed_text_mode_slices;