on.update = function(dt) if Pan then Viewport.x = Pan.x - love.mouse.getX() Viewport.y = Pan.y - love.mouse.getY() B() end end