Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_dustball_pilebreak_Step_0

(view raw script w/o annotations or w/e)
1
timer += 1;
2
image_index = (timer / 30) * 4;
3
if (timer >= 30)
4
{
5
    image_index = 3;
6
    image_alpha -= 0.1;
7
}
8
if (timer >= 40)
9
    instance_destroy();