1
0
Files
nbtevo-system-dump/sda0/opt/hmi/ID5/data/ro/common/script/farbspielerei.lua
2025-06-09 15:07:26 +02:00

7 lines
202 B
Lua

function farbspielerei( offsetX, offsetY )
return { r=offsetX*2*255, g=offsetY*2.*255, b=0.*255, a=1.*255 }
end
function offsetXZ( offsetX, offsetY )
return { x=offsetX*640, y=0., z=offsetY*240 }
end