Open jaseknighter opened 11 months ago
this is hard: screen.arc
is manually calling into SDL's "draw pixels" function after computing those points of the circle that should be included. i'll leave this open for our future rendering-without-SDL plans...
add a function like
screen.arc_fill
so filled arcs are possible.