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

7 lines
224 B

expl = make_smoke_explosion2(random_range((x - (width / 2)), (x + (width / 2))), random_range((y - (height / 2)), (y + (height / 2))))
expl.depth = -300
expl.direction = 90
expl.speed = 1
expl.image_alpha = 0.7
alarm[1] = 3