1 | siner = 0; |
2 | blt[bltx].image_index = 1; |
3 | blt[bltx].blue = 1; |
4 | blt_parent.vspeed = -2; |
5 | blt_parent.hspeed = 0; |
6 | blt_parent.friction = -0.3; |
7 | if (global.hardmode == 1) |
8 | blt_parent.friction = -0.5; |
9 | if (rr == 2) |
10 | { |
11 | blt_parent.vspeed = -1; |
12 | blt_parent.friction = -0.1; |
13 | rr = 3; |
14 | siner = 1; |
15 | } |