mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-27 15:36:16 +01:00
4 lines
105 B
Text
4 lines
105 B
Text
|
/// @description Insert description here
|
||
|
var dx = mouse_mx - drag_mx;
|
||
|
drag_mx = mouse_mx;
|
||
|
drag_sx += dx;
|