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_oPBomb_Alarm_0.gml

15 lines
374 B

if (special == 0)
{
instance_create(x, y, oPBombExpl)
expl = instance_create(x, y, oPBombExpl)
expl.image_angle = 90
expl = instance_create(x, y, oPBombExpl)
expl.image_angle = 180
expl = instance_create(x, y, oPBombExpl)
expl.image_angle = 270
sfx_play(sndPBombExpl)
}
else
instance_create(x, y, oQueenFinalExplosion)
instance_destroy()