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
326 B
12 lines
326 B
if (frozen > 0)
|
|
{
|
|
alarm[9] = (30 + random(60))
|
|
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
|
|
}
|