Reordering a bit.

This commit is contained in:
TheGreenTie
2020-03-01 18:30:44 -06:00
parent eccd3eccec
commit d9f123b438
9263 changed files with 1393 additions and 62623 deletions

View File

@@ -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;

View File

@@ -0,0 +1,8 @@
{
"id": "0519f1e6-1b15-b8a7-bd8c-8489d767cf9a",
"modelName": "GMScript",
"mvc": "1.0",
"name": "mouse_direction_update",
"IsCompatibility": false,
"IsDnD": false
}