init
This commit is contained in:
commit
0556f63d2d
119 changed files with 2908 additions and 0 deletions
5
objects/obcursor/Step_0.gml
Normal file
5
objects/obcursor/Step_0.gml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
xx = device_mouse_x_to_gui(0);
|
||||
yy = device_mouse_y_to_gui(0);
|
||||
|
||||
x = mouse_x;
|
||||
y = mouse_y;
|
||||
Loading…
Add table
Add a link
Reference in a new issue