love.graphics.newQuad
Creates a new Quad. This function can be slow if it is called repeatedly, such as from love.update or love.draw. If you need to use a specific resource often, create it once and store it somewhere it can be reused! Function Synopsis quad = love.graphics.newQuad( x, y, width, height, sw, sh ) Arguments number x The top-left position in the Image along the x-axis. number y The top-left position in the Image along the y-axis. number width The width of the Quad in the Ima