init
This commit is contained in:
commit
0556f63d2d
119 changed files with 2908 additions and 0 deletions
9
objects/obmarker/Create_0.gml
Normal file
9
objects/obmarker/Create_0.gml
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
host = instance_nearest(x, y, obRocket);
|
||||
if distance_to_object(instance_nearest(x, y, obEnemy)) <= 128
|
||||
{
|
||||
target = instance_nearest(x, y, obEnemy);
|
||||
}
|
||||
else
|
||||
{
|
||||
target = 0;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue