love.graphics.point
Draws a point.
Function
Synopsis
love.graphics.point( x, y )
Arguments
Returns
Nothing.
Notes
The pixel grid is actually offset to the center of each pixel. So to get clean pixels drawn use 0.5 + integer increments.
Draws a point.
love.graphics.point( x, y )
Nothing.
The pixel grid is actually offset to the center of each pixel. So to get clean pixels drawn use 0.5 + integer increments.