mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-10 20:45:35 +01:00
4 lines
105 B
Plaintext
4 lines
105 B
Plaintext
/// @description Insert description here
|
|
var dx = mouse_mx - drag_mx;
|
|
drag_mx = mouse_mx;
|
|
drag_sx += dx; |