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_oMAlpha_Alarm_2.gml

12 lines
288 B

flash = instance_create(x, y, oFXTrail)
flash.sprite_index = sprite_index
flash.image_index = image_index
flash.image_alpha = 1
flash.white = 0
flash.fadespeed = 0.15
flash.depth = 10
flash.image_xscale = facing
flash.image_angle = image_angle
if (state == 5 || dodging)
alarm[2] = 3