pothi.love/0368-on.update

7 lines
134 B
Plaintext
Raw Normal View History

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