Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_o_boxingqueen_Other_11

related scripts: CleanUp_0Create_0Destroy_0Draw_0KeyPress_79Other_10Other_11 Other_12Other_15Other_16Other_5Step_0Step_2

(view raw script w/o annotations or w/e)
1
depth = original_depth;
2
x = basex;
3
y = basey;
4
sprite_index = spr_bqueen_idle;
5
if (o_boxingcontroller.wireframe_boxing == 1)
6
    sprite_index = spr_bqueen_idle_wireframe;
7
image_index = 0;
8
state = 0;
9
nextdrawflip = choose(0, 1);
10
blocking = nextdrawflip;
11
fliptimer = 0;
12
movetimer = 0;
13
image_speed = 0;
14
makedizzy = 0;