snap.love/0003-scale

4 lines
80 B
Plaintext

scale = function(d)
if d == nil then return nil end
return d*Viewport.zoom
end