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
Function
Animation:addFrame( x, y, w, h, delay )
Usage
Animation:addFrame( x, y, w, h, delay )
Arguments
xThe position of the frame along the x-axis.
yThe position of the frame along the y-axis.
wThe width of the frame.
hThe height of the frame.
delayThe delay in seconds after the frame.
Returns
Nothing