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_oTankCannon_Coll...

13 lines
241 B

var boom;
if (gravity != 0)
{
repeat (10)
{
boom = make_explosion1((x + irandom_range(-19, 64)), (y + irandom_range(-14, 17)))
boom.depth = (depth - 1)
}
sprite_index = sTankCannonDest
}
gravity = 0
speed = 0