Difference between revisions of "PointStyle"
m (1 revision: Imported docs from potato.) |
|||
Line 1: | Line 1: | ||
− | + | How points should be drawn. | |
== Constants == | == Constants == | ||
;rough: Draw rough lines. | ;rough: Draw rough lines. | ||
Line 7: | Line 7: | ||
* [[parent::love.graphics]] | * [[parent::love.graphics]] | ||
[[Category:Enums]] | [[Category:Enums]] | ||
− | {{#set:Description=}} | + | {{#set:Description=How points should be drawn.}} |
Revision as of 16:17, 14 February 2010
How points should be drawn.
Constants
- rough
- Draw rough lines.
- smooth
- Draw smooth points.