snap.love/0002-vx

5 lines
106 B
Plaintext

vx = function(sx)
-- turn surface coordinates into viewport coordinates
return scale(sx-Viewport.x)
end