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

8 lines
245 B

spark = instance_create((x + floor((random(16) - 8))), (y + floor((random(16) - 8))), oFXAnimSpark)
spark.gravity_direction = 270
spark.gravity = 0.1
spark.sprite_index = sIBeamFXA
spark.image_speed = 0.3
spark.image_index = 0
spark.depth = -10