pub fn draw_flat_bottom(
    graphics: &mut Graphics<'_>,
    points: [(f32, f32); 3],
    color: Color
)