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.
15 lines
374 B
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()
|