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_previous_update()
// UPDATE PREVIOUS MOUSE POSITIONS
global.mouse_x_prev = mouse_x;
global.mouse_y_prev = mouse_y;

View File

@@ -0,0 +1,8 @@
{
"id": "d7e04ba6-0e68-8245-0d3a-37da8d2292e4",
"modelName": "GMScript",
"mvc": "1.0",
"name": "mouse_previous_update",
"IsCompatibility": false,
"IsDnD": false
}