love.graphics.setLineStyle( style )
Possible line styles are love.line_smooth and love.line_rough.
Usage
love.graphics.setLineStyle( style )
Arguments
styleLine style.
Returns
Nothing
Examples
Example 1:
-- No anti-aliasing.
love.graphics.setLineStyle(love.line_rough)