Difference between revisions of "LineStyle"
m (1 revision: Imported docs from potato.) |
|||
Line 1: | Line 1: | ||
− | + | The styles in which lines are drawn. | |
== Constants == | == Constants == | ||
;rough: Draw rough lines. | ;rough: Draw rough lines. | ||
Line 9: | Line 9: | ||
* [[love.graphics.setLineStipple]] | * [[love.graphics.setLineStipple]] | ||
[[Category:Enums]] | [[Category:Enums]] | ||
− | {{#set:Description=}} | + | {{#set:Description=The styles in which lines are drawn.}} |
Revision as of 16:17, 14 February 2010
The styles in which lines are drawn.
Constants
- rough
- Draw rough lines.
- smooth
- Draw smooth lines.