mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 06:56:45 +01:00
2 lines
No EOL
107 B
Text
2 lines
No EOL
107 B
Text
function overlay_x(X, _x, _s) { return _x + X * _s; }
|
|
function overlay_y(Y, _y, _s) { return _y + Y * _s; } |