love.graphics.setLine( width )
Usage
love.graphics.setLine( width )
Arguments
widthThe width of the line.
Returns
Nothing
Examples
Example 1:
love.graphics.setLine(1) -- 1 pixel width lines
love.graphics.setLine(4) -- 4 pixel width lines