Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_bell_spin_attack_trail_Step_0

(view raw script w/o annotations or w/e)
1
timer++;
2
if (timer <= 8)
3
    image_blend = merge_color(c_red, c_white, timer / 8);
4
else
5
    image_alpha -= 0.1;
6
if (image_alpha <= 0)
7
    instance_destroy();