Undertale script viewer

← back to main script listing

gml_Object_obj_spiderpour_Step_0

(view raw script w/o annotations or w/e)
1
if (image_xscale < 1)
2
{
3
    image_xscale += 0.05;
4
    image_yscale += 0.05;
5
}
6
if (y > (obj_dborder.y - 15))
7
{
8
    instance_destroy();
9
    obj_spiderb_body.purple += 4;
10
}
11
image_angle = direction + 90;