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

Draws rotated decal with custom center, scale, and tinting.