love.graphics.quad
Removed in LÖVE 0.9.0 This function is not supported in that and later versions. Use love.graphics.polygon instead. Draws a quadrilateral shape. Function Synopsis love.graphics.quad( mode, x1, y1, x2, y2, x3, y3, x4, y4 ) Arguments DrawMode mode How to draw the quad. number x1 The position of the top left corner along x-axis. number y1 The position of the top left corner along y-axis. number x2 The position of the top right corner along x-axis. number y2 The positio