love.graphics.origin
Available since LÖVE 0.9.0 This function is not supported in earlier versions. Resets the current coordinate transformation.
This function is always used to reverse any previous calls to love.graphics.rotate, love.graphics.scale, love.graphics.shear or love.graphics.translate. It returns the current transformation state to its defaults. Function Synopsis love.graphics.origin() Arguments None Returns Nothing. Example local image = love.graphics.newImage("path_to_your