1 | can_execute = false; |
2 | switch (global.player_weapon_modifier) |
3 | { |
4 | case "Silver Ammo": |
5 | outline = 45; |
6 | shrink_speed = 3; |
7 | break; |
8 | default: |
9 | outline = 30; |
10 | shrink_speed = 2; |
11 | } |
12 | small_circle = 16; |
13 | shrink = true; |
14 | color[0] = c_white; |
15 | color[1] = c_black; |
16 | color_number = 0; |
17 | cursor_color = color[0]; |
18 | outline_color = color[1]; |
19 | color_alt_speed = 0.2; |
20 | color_alt_max = 1; |
21 | color_alt_total = 0; |
22 | shot_total_pre = 0; |
23 | shot_type = "nothing"; |
24 | button_pressed = false; |
25 | button_pressed_main = false; |
26 | button_pressed_pre = false; |
27 | no_loop = false; |