mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2025-12-20 02:59:20 +01:00
●
This commit is contained in:
parent
f6e7e70c4e
commit
f1851136b3
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user