pub fn draw_partial_rotated_decal_ext(
    pos: &Vf2d,
    decal: &Decal,
    angle: f32,
    center: &Vf2d,
    source_pos: &Vf2d,
    source_size: &Vf2d,
    scale: &Vf2d,
    tint: &Pixel
)
Expand description

Draws partial rotated decal.