Difference between revisions of "love.graphics.setLineStyle"

Line 17: Line 17:
 
{{#set:Sub-Category=State}}
 
{{#set:Sub-Category=State}}
 
== Other Languages ==
 
== Other Languages ==
{{i18n|love.graphics.setLineWidth}}
 

Revision as of 11:18, 14 October 2014

Sets the line style.

Function

Synopsis

love.graphics.setLineStyle( style )

Arguments

LineStyle style
The LineStyle to use. Line styles include "smooth" and "rough"

Returns

Nothing.

See Also


Other Languages