Macro oort_api::draw_text

source ·
macro_rules! draw_text {
    ($topleft:expr, $color:expr, $($arg:tt)*) => { ... };
}
Expand description

Adds text to be drawn in the world, visible in debug mode.

Works like println!. Up to 128 strings can be drawn per ship, per tick.