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. |