Removed in LÖVE 0.9.0 |
Use love.graphics.setLineWidth and love.graphics.setLineStyle. |
Sets the line width and style.
love.graphics.setLine( width, style )
number width
LineStyle style ("smooth")
Nothing.
love.graphics.setLine(2, "smooth") love.graphics.line(15, 25, 69, 89)