1 | bullet_number[0] = 5; |
2 | bullet_number[1] = 6; |
3 | bullet_speed[0] = 4; |
4 | bullet_speed[1] = 6.5; |
5 | bullet_spread = 11; |
6 | current_position = 1; |
7 | timer = 0; |
8 | image_alpha = 0; |
9 | image_speed = 0.2; |
10 | alarm[1] = 70; |
11 | bullet_speed_alt = 6; |
12 | bullet_spread_alt = 10; |
13 | bullet_spread_alt_max = 50; |
14 | bullet_spread_inc = true; |
15 | bullet_spread_amount = 14; |
16 | bullet_pattern_current = 1; |