love.graphics.drawq
Removed in LÖVE 0.9.0 It has been merged into love.graphics.draw. Draw a Quad with the specified Image on screen. Function Synopsis love.graphics.drawq( image, quad, x, y, r, sx, sy, ox, oy, kx, ky ) Arguments Image image An image to texture the quad with. Quad quad The quad to draw on screen. number x The position to draw the object (x-axis). number y The position to draw the object (y-axis). number r (0) Orientation (radians). number sx (1) Scale factor (x-axis)