You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if (other.x < 256)
|
|
tr_x = (other.x + 220)
|
|
else
|
|
tr_x = (other.x - 140)
|
|
create_gamma(tr_x, (other.y + 32), 20, 1)
|
|
global.event[161] = 1
|
|
instance_destroy()
|