kroz-rs/src/components/renderable.rs
Alex Page d9606e8b87
All checks were successful
continuous-integration/drone/push Build is passing
Switch from specs to hecs
2022-02-03 00:07:12 -05:00

8 lines
136 B
Rust

use bracket_lib::prelude::*;
#[derive(Debug)]
pub struct Renderable {
pub glyph: FontCharType,
pub fg: RGB,
pub bg: RGB,
}