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.
12 lines
304 B
12 lines
304 B
spark = instance_create(x, y, oFXAnimSpark)
|
|
spark.sprite_index = sBatterySpark
|
|
spark.image_speed = 0.5
|
|
spark.additive = 1
|
|
spark.image_xscale = choose(1, -1)
|
|
spark.image_yscale = choose(1, -1)
|
|
spark.image_angle = random(360)
|
|
spark.depth = 4
|
|
alarm[0] = (20 + random(40))
|
|
if (state == 10)
|
|
alarm[0] = 10
|