mirror of
https://github.com/PoshoDev/DexTool.git
synced 2026-08-26 04:32:47 -05:00
Reordering a bit.
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
///mouse_dir_update()
|
||||
|
||||
// MOUSE SPEED & DIRECTION
|
||||
global.mouse_dir_x = mouse_x-global.mouse_x_prev;
|
||||
global.mouse_dir_y = mouse_y-global.mouse_y_prev;
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"id": "0519f1e6-1b15-b8a7-bd8c-8489d767cf9a",
|
||||
"modelName": "GMScript",
|
||||
"mvc": "1.0",
|
||||
"name": "mouse_direction_update",
|
||||
"IsCompatibility": false,
|
||||
"IsDnD": false
|
||||
}
|
||||
Reference in New Issue
Block a user