Deltarune script viewer

← back to main script listing

gml_Object_obj_berdlyparticle_Step_0

(view raw script w/o annotations or w/e)
1
if (x <= -100)
2
    instance_destroy();
3
if (y >= (room_height + 10))
4
    instance_destroy();
5
timer++;
6
if (timer > 6)
7
    image_alpha -= 0.1;