Switcharoo to Gee Emm 2.3

This commit is contained in:
Rodrigo
2021-03-01 14:01:14 -06:00
parent e947b6838f
commit 518c2d3ead
2912 changed files with 7140 additions and 82048 deletions

View File

@@ -1,5 +1,9 @@
///mouse_dir_update()
function mouse_direction_update() {
// MOUSE SPEED & DIRECTION
global.mouse_dir_x = mouse_x-global.mouse_x_prev;
global.mouse_dir_y = mouse_y-global.mouse_y_prev;
// 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

@@ -1,8 +1,12 @@
{
"id": "0519f1e6-1b15-b8a7-bd8c-8489d767cf9a",
"modelName": "GMScript",
"mvc": "1.0",
"name": "mouse_direction_update",
"IsCompatibility": false,
"IsDnD": false
"isDnD": false,
"isCompatibility": false,
"parent": {
"name": "Scripts",
"path": "folders/Scripts.yy",
},
"resourceVersion": "1.0",
"name": "mouse_direction_update",
"tags": [],
"resourceType": "GMScript",
}