Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_gigaqueen_intro_round_Create_0

(view raw script w/o annotations or w/e)
1
timer = 0;
2
depth = -99999;
3
image_xscale = 1;
4
image_yscale = 1;
5
image_speed = 0;
6
xoffset[4] = 0;
7
yoffset[4] = 0;
8
if (o_boxingcontroller.wireframe_boxing == 1)
9
{
10
    image_xscale = 0.5;
11
    image_yscale = 0.5;
12
}