Deltarune script viewer

← back to main script listing

gml_Object_obj_boxing_wine_shield_Create_0

(view raw script w/o annotations or w/e)
1
image_alpha = 1.2;
2
image_xscale = 1.8;
3
image_yscale = 1.8;
4
state = 0;
5
depth = o_boxingqueen.depth - 2;
6
if (o_boxingqueen.drawflip == 0)
7
    x = o_boxingqueen.x - 18;
8
else
9
    x = o_boxingqueen.x + 18;
10
y = o_boxingqueen.y - 128;