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
Device
love.graphics
Functions
setColor( color )Sets the current color.
setColor( red, green, blue )Sets the current color.
setColor( red, green, blue, alpha )Sets the current color.
setBackgroundColor( color )Sets the background color.
setBackgroundColor( red, green, blue )Sets the background color.
setFont( font )Sets the current font.
draw( string, x, y )Draws text on screen.
draw( image, x, y )Draws an Image on screen.