1 | image_speed = 0.2; |
2 | manta_dir = 0; |
3 | manta_state = 0; |
4 | manta_speed = 4; |
5 | manta_prompt = false; |
6 | manta_has_passengers = false; |
7 | move_in_direction = "none"; |
8 | up_free = true; |
9 | down_free = true; |
10 | left_free = true; |
11 | right_free = true; |
12 | can_dock = "false"; |
13 | dock_x = 0; |
14 | dock_y = 0; |
15 | hspeed_current = 0; |
16 | vspeed_current = 0; |
17 | scene = 0; |
18 | cutscene_timer = 0; |
19 | arrows_alpha = 0; |
20 | arrows_frame = 0; |
21 | arrow_size[0] = 1; |
22 | arrow_size[1] = 1; |
23 | arrow_size[2] = 1; |
24 | arrow_size[3] = 1; |
25 | arrow_color[0] = 1; |
26 | arrow_color[1] = 1; |
27 | arrow_color[2] = 1; |
28 | arrow_color[3] = 1; |
29 | manta_get_on_noloop = false; |