Macro adi_screen::sprites_gui[][src]

macro_rules! sprites_gui {
    ($window:expr, $( $x:expr ),*) => { ... };
}

Macro to create multiple non-camera affected sprites in an array.

Example

See sprites!()