init
This commit is contained in:
commit
0556f63d2d
119 changed files with 2908 additions and 0 deletions
8
objects/oblaser/Draw_0.gml
Normal file
8
objects/oblaser/Draw_0.gml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
if owner = obSpaceship
|
||||
{
|
||||
draw_line_color(x1, y1, x2, y2, global.playerColor, global.playerColor);
|
||||
}
|
||||
else
|
||||
{
|
||||
draw_line_color(x1, y1, x2, y2, global.faction2Color, global.faction2Color);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue