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
|
Version 0.1.1a LÖVE DocumentationOverviewLicenceCreditsGetting startedDeviceslove.objectslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerTypesColorFontImageMusicSoundCallbacksloadupdaterendermousepressedmousereleasedkeypressedkeyreleasedMiscellaneousConstantsConfig files
|
Function
love.graphics:draw( image, x, y ) Usage love.graphics:draw( image, x, y )Returns Nothing |