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.
AM2Rogue/Export_Code/gml_Object_oAutoadPlayer_Ot...

5 lines
189 B

msl = instance_create(x, (y + 4), oAutoadMissile)
msl.hspeed = (((xVel * 0.25) + (oControl.kLeft > 0 * -1)) + (oControl.kRight > 0 * 1))
msl.vspeed = min(-1.5, (yVel * 0.8))
hasmissile = 0