wardley.love/0004-vy

5 lines
106 B
Plaintext
Raw Normal View History

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