pothi.love/0018-on.update

8 lines
155 B
Plaintext
Raw Normal View History

on.update = function(dt)
if Pan then
2023-02-19 04:56:51 +00:00
Viewport.x = Pan.x - App.mouse_x()/Viewport.zoom
Viewport.y = Pan.y - App.mouse_y()/Viewport.zoom
B()
end
2023-02-19 04:38:27 +00:00
end