Function
love.graphics.draw( drawable, x, y, r, sx, sy, ox, oy )
Draw objects on screen.
Synopsis
love.graphics.draw( drawable, x, y, r, sx, sy, ox, oy )
Parameters
drawable Drawable A drawable object.
x number The position to draw the object (x-axis).
y number The position to draw the object (y-axis).
r = 0 number Orientation (radians).
sx = 1 number Scale factor (x-axis).
sy = sx number Scale factor (y-axis).
ox = 0 number Origin offset (x-axis).
oy = 0 number Origin offset (y-axis).
See Also
love.graphics.print  
Copyright © 2006-2010 LÖVE Development Team.