Function render_zany

Source
pub fn render_zany(
    basename: String,
    col1: [f32; 3],
    col2: [f32; 3],
    glow: bool,
    game_sheet_02: LoadedSpritesheet,
    _game_sheet_glow: LoadedSpritesheet,
    animations: Animations,
) -> Result<DynamicImage, &'static str>
Expand description

Renders out a robot/spider icon. You may be looking for render_icon.