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
Summary
Types
List of types
AnimationRepresents a frame-by-frame animation.
ColorAn object containing color information.
FontRepresents a font.
ImageContains image data. Typically loaded from an image file such as png, gif or jpg.
MusicContains compressed sound data.
SoundContains sound data. Loaded from a sample file.