Version 0.3.2
LÖVE Documentation
OverviewLicenseCreditsInstallingGetting started
Devices
love.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.system
Types
AnimationColorFontFileImageMusicParticleSystemSound
Callbacks
loadupdatedrawmousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig filesKeyboard shortcuts
Function
love.graphics.setLine( width )
Usage
love.graphics.setLine( width )
Arguments
widthThe width of the line.
Returns
Nothing
Examples
Example 1: love.graphics.setLine(1) -- 1 pixel width lines
love.graphics.setLine(4) -- 4 pixel width lines