[][src]Function olc_pixel_game_engine::draw_partial_sprite_ext

pub fn draw_partial_sprite_ext(
    x: i32,
    y: i32,
    sprite: &Sprite,
    ox: i32,
    oy: i32,
    w: i32,
    h: i32,
    scale: u32,
    flip: SpriteFlip
)

Draws an area of a sprite at location (x, y), where the selected area is (ox, oy) to (ox+w, oy+h) with provided scale and flip.