Version 0.1.1a
LÖVE Documentation
OverviewLicenceCreditsGetting started
Devices
love.objectslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timer
Types
ColorFontImageMusicSound
Callbacks
loadupdaterendermousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig files
Function
love.graphics:draw( image, x, y )
Usage
love.graphics:draw( image, x, y )
Arguments
imageAn Image object.
xThe position on the x-axis.
yThe position on the y-axis.
Returns
Nothing