Function render_normal

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

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