Function
love.graphics.line( x1, y1, x2, y2 )
Synopsis
love.graphics.line( x1, y1, x2, y2 )
Arguments
x1 First x-coordinate.
y1 First y-coordinate.
x2 Second x-coordinate.
y2 Second y-coordinate.
Returns
(Nothing)
Copyright © 2006-2008 LÖVE Development Team.