nightshade 0.8.2

A cross-platform data-oriented game engine.
Documentation
1
2
3
4
5
6
7
8
9
pub mod hud_text;
pub mod text;
pub mod text_properties;

pub use self::hud_text::*;
pub use self::text::{
    Text, TextCharacterBackgroundColors, TextCharacterColors, TextMesh, TextVertex,
};
pub use self::text_properties::*;