Workshop

2d Draw Functions Free
Install

1 Open the desired script.
2 - Make the import script (insert a string at the beginning of the script: import "Scripts / Functions / 2D_Draw.lua" (Example))
3- Profit

functions:

DrawBresenhamLine(Start X, Start Y, End X, End Y)
DrawBresenhamCircle(Start X, Start Y, Radius)
DrawCircle(Start X, Start Y, Radius, Step)
DrawEllipse(Start X, Start Y, Offset X, Offset Y )
DrawArc(Start X, Start Y, Offset X, Offset Y, Starting angle, End angle)

Information