init
This commit is contained in:
commit
0556f63d2d
119 changed files with 2908 additions and 0 deletions
6
objects/obcursor/Draw_64.gml
Normal file
6
objects/obcursor/Draw_64.gml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
if !host.inMenu
|
||||
{
|
||||
draw_circle_color(xx, yy, r, global.playerColor, global.playerColor, true);
|
||||
draw_line_color(xx - r, yy, xx + r, yy, global.playerColor, global.playerColor);
|
||||
draw_line_color(xx, yy - r, xx, yy + r, global.playerColor, global.playerColor);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue