Views
love.graphics.setLine
Sets the line width and style.
Function
Synopsis
love.graphics.setLine( width, style )
Arguments
Returns
Nothing.
Example
love.graphics.setLine(2, "smooth")
love.graphics.line(15, 25, 69, 89)
love.graphics.line(15, 25, 69, 89)
See Also