love.graphics.newAnimation( image )
Usage
love.graphics.newAnimation( image )
Arguments
Returns
AnimationAn Animation object with no frames.
Examples
Example 1:
image = love.graphics.newImage("image.png")
anim = love.graphics.newAnimation(image)