sunflowers-in-the-rain/objects/obj_yuuka_shadow_afterimage/Step_0.gml

7 lines
90 B
Plaintext

lifetime--;
image_alpha = (lifetime / 10);
if (lifetime <= 0 ) {
instance_destroy();
}