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.
13 lines
298 B
13 lines
298 B
y = 208
|
|
image_speed = 0.2
|
|
smk = instance_create((x - 8), y, oFXAnimSpark)
|
|
smk.image_speed = 0.5
|
|
smk.additive = 0
|
|
smk.sprite_index = sSmoke1
|
|
smk.image_alpha = 0.6
|
|
smk = instance_create((x + 8), y, oFXAnimSpark)
|
|
smk.image_speed = 0.5
|
|
smk.additive = 0
|
|
smk.sprite_index = sSmoke1
|
|
smk.image_alpha = 0.6
|