init
This commit is contained in:
commit
0556f63d2d
119 changed files with 2908 additions and 0 deletions
3
objects/obmarker/Draw_0.gml
Normal file
3
objects/obmarker/Draw_0.gml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
draw_circle_color(x, y, 4, global.playerColor, global.playerColor, true);
|
||||
draw_line_color(x - 4, y - 4, x + 4, y + 4, global.playerColor, global.playerColor);
|
||||
draw_line_color(x - 4, y + 4, x + 4, y - 4, global.playerColor, global.playerColor);
|
||||
Loading…
Add table
Add a link
Reference in a new issue