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 aft;
|
|
if oEris.boosting
|
|
{
|
|
aft = instance_create(x, y, oFXTrail)
|
|
aft.sprite_index = sMOmega_MaskCore
|
|
aft.depth = (depth + 5)
|
|
aft.fadespeed = 0
|
|
aft.image_angle = image_angle
|
|
aft.image_xscale = image_xscale
|
|
aft.image_yscale = image_yscale
|
|
aft.additive = 0
|
|
}
|