pub fn draw_poly_lines(
    x: f32,
    y: f32,
    sides: u8,
    radius: f32,
    rotation: f32,
    thickness: f32,
    color: Color
)
Expand description

Draws a regular polygon outline centered at [x, y] with a given number of sides, radius, clockwise rotation (in degrees), line thickness, and color.