Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_musical_path_dot_Step_0

(view raw script w/o annotations or w/e)
1
timer++;
2
if (timer > 60)
3
{
4
    image_alpha -= 0.04;
5
    if (image_alpha < 0)
6
        instance_destroy();
7
}
8
if (!instance_exists(obj_heart))
9
    instance_destroy();