Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_fountainball_back_Step_2

(view raw script w/o annotations or w/e)
1
if (i_ex(parentid))
2
{
3
    x = parentid.x;
4
    y = parentid.y;
5
    depth = parentid.depth + 1;
6
}
7
else
8
{
9
    instance_destroy();
10
}
11
if (image_xscale < 0.37)
12
{
13
    image_xscale += 0.01;
14
    image_yscale += 0.01;
15
}