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