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.
AM2R-Multitroid-Fair-Team-PVP/Export_Code/gml_Object_oErisTail_Step_0...

13 lines
290 B

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
}