This commit is contained in:
Smok1e 2023-09-18 21:58:40 +03:00
parent f6e7e70c4e
commit f1851136b3

View File

@ -62,7 +62,7 @@ circle.draw = function()
end end
for i = 1, #points do for i = 1, #points do
screen.drawText(circle.x + points[i][1], circle.y + points[i][2], getColor(), "") screen.drawText(circle.x + points[i][1], circle.y + points[i][2], getColor(), "")
end end
end end