Undertale script viewer

← back to main script listing

gml_Object_obj_confetti_Step_0

(view raw script w/o annotations or w/e)
1
siner += 1;
2
x += (sin(siner / 3) * 2);
3
timer -= 1;
4
if (timer < 20)
5
    image_alpha -= 0.05;
6
if (image_alpha <= 0.05)
7
    instance_destroy();