pothi.love/0002-vx

5 lines
106 B
Plaintext
Raw Normal View History

2023-10-25 15:45:09 +01:00
vx = function(sx)
-- turn surface coordinates into viewport coordinates
return scale(sx-Viewport.x)
end