mastodon-unfurl.love/0018-on.update

8 lines
155 B
Plaintext

on.update = function(dt)
if Pan then
Viewport.x = Pan.x - App.mouse_x()/Viewport.zoom
Viewport.y = Pan.y - App.mouse_y()/Viewport.zoom
B()
end
end