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.
|
poffset = (12 * facing)
|
|
projectile = instance_create((x + poffset), (y - 30), oAutrackProj)
|
|
projectile.hspeed = ((3.5 + global.difficulty) * facing)
|
|
projectile.image_angle = projectile.direction
|
|
PlaySoundMono(sndAutrackFire)
|