Version 0.3.2
LÖVE Documentation
OverviewLicenseCreditsInstallingGetting started
Devices
love.graphicslove.audiolove.keyboardlove.mouselove.filesystemlove.timerlove.system
Types
AnimationColorFontFileImageMusicParticleSystemSound
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