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.
AM2Rogue/Export_Code/gml_Object_oGFTBullet2_Step...

11 lines
240 B

if (x < 642)
event_user(0)
fx = instance_create(x, y, oFXTrail)
fx.sprite_index = sprite_index
fx.image_xscale = image_xscale
fx.image_yscale = image_yscale
fx.additive = 1
fx.fadespeed = 0.15
fx.image_angle = image_angle
fx.depth = 10