Difference between revisions of "love.graphics.setLineStyle"
Parallax7d (talk | contribs) |
Parallax7d (talk | contribs) |
||
Line 17: | Line 17: | ||
{{#set:Sub-Category=State}} | {{#set:Sub-Category=State}} | ||
== Other Languages == | == Other Languages == | ||
− |
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