Version 0.2.0
LÖVE Documentation
OverviewLicenceCreditsGetting started
Devices
love.objectslove.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timer
Types
AnimationColorFontImageMusicSound
Callbacks
loadupdatedrawmousepressedmousereleasedkeypressedkeyreleased
Miscellaneous
ConstantsConfig filesKeyboard shortcuts
Device
love.objects
Functions
newImage( filename )Loads an image.
newAnimation( image )Creates an Animation.
newAnimation( image, fw, fh, delay, frames )Creates an Animation.
newSound( filename )Loads a sound file.
newMusic( filename )Loads a music file.
newColor( red, green, blue, alpha )Creates a color.
newColor( red, green, blue )Creates a color.
newFont( filename, size )Creates a new font by loading the font file.
newImageFont( filename, glyphs )Creates a new font by loading a specifically formatted image.