1 | image_xscale = 2; |
2 | image_yscale = 2; |
3 | speed = 6; |
4 | timer = 0; |
5 | if (instance_exists(o_boxingqueen)) |
6 | { |
7 | depth = o_boxingqueen.depth - 2; |
8 | if (o_boxingqueen.drawflip == 0) |
9 | x = o_boxingqueen.x - 18; |
10 | else |
11 | x = o_boxingqueen.x + 18; |
12 | y = o_boxingqueen.y - 128; |
13 | } |