mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2025-02-26 11:44:52 +01:00
4 lines
No EOL
132 B
Text
4 lines
No EOL
132 B
Text
function draw_circle_prec(x, y, r, border, precision = 32) {
|
|
draw_set_circle_precision(precision);
|
|
draw_circle(x, y, r, border);
|
|
} |