Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_cakesmoke_Step_0

(view raw script w/o annotations or w/e)
1
timer += 1;
2
if (timer >= 16)
3
    image_alpha -= 0.1;
4
if (image_alpha <= 0)
5
    instance_destroy();
6
image_xscale += 0.05;
7
image_yscale += 0.05;