love.graphics.setScissor
Sets or disables scissor.
The scissor limits the drawing area to a specified rectangle. This affects all graphics calls, including love.graphics.clear.
The dimensions of the scissor is unaffected by graphical transformations (translate, scale, ...). Function Limits the drawing area to a specified rectangle. Synopsis love.graphics.setScissor( x, y, width, height ) Arguments number x x coordinate of upper left corner. number y y coordinate of upper left corner. numb