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.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oAutrack_Other_1...

6 lines
225 B

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)