[][src]Function olc_pixel_game_engine::draw_sprite_ext

pub fn draw_sprite_ext(
    x: i32,
    y: i32,
    sprite: &Sprite,
    scale: u32,
    flip: SpriteFlip
)

Draws an entire sprite at the location (x, y) with provided scale and flip.