Macro adi::sprites_fog[]

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

Macro to create multiple fog-affected sprites in an array.

Example

See sprites!()