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

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