1 | image_speed = 0; |
2 | active = 0; |
3 | shrink = 0; |
4 | phy_speed_y_last = 0; |
5 | phy_speed_x_last = 0; |
6 | if (global.snowdin_flag[12] == 0) |
7 | { |
8 | ball_speed = 1.8; |
9 | } |
10 | else |
11 | { |
12 | ball_speed = 4; |
13 | phy_speed_y += 3; |
14 | } |