mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
2 lines
107 B
Plaintext
2 lines
107 B
Plaintext
|
function overlay_x(X, _x, _s) { return _x + X * _s; }
|
||
|
function overlay_y(Y, _y, _s) { return _y + Y * _s; }
|