Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_queen_winebubble_Step_0

(view raw script w/o annotations or w/e)
1
siner++;
2
x = xstart + (sin(siner / 6) * 4);
3
if (scale < 1)
4
{
5
    scale += 0.1;
6
    image_xscale = scale;
7
    image_yscale = scale;
8
}
9
if (y < 827 && depth != 0)
10
    depth = 0;