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.
|
var trail;
|
|
trail = instance_create(x, y, oFXTrail)
|
|
trail.sprite_index = ZetaBlurSprite
|
|
trail.image_alpha = 1
|
|
trail.white = 0
|
|
trail.fadespeed = 0.15
|
|
trail.depth = 10
|
|
trail.image_xscale = facing
|
|
if (blur == 1)
|
|
alarm[1] = 2
|