Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_musical_note_bullet_segment_Step_0

(view raw script w/o annotations or w/e)
1
timer++;
2
if (timer > 90)
3
{
4
    image_alpha -= 0.05;
5
    if (image_alpha < 0)
6
        instance_destroy();
7
}
8
if (image_xscale < 0.75)
9
    image_xscale += 0.01;