1 |
starting_point_x = x; |
2 |
starting_point_y = y; |
3 |
draw_position_x = starting_point_x; |
4 |
draw_position_y = starting_point_y; |
5 |
damage_disjoint_x = 0; |
6 |
damage_disjoint_y = 0; |
7 |
damage_disjoint_count = 0; |
8 |
no_loop_damage_disjoint_count = false; |
9 |
no_loop_create_clouds = false; |
10 |
image_speed = 0; |
11 |
image_index = 0; |
12 |
sign_modifier_x = -1; |
13 |
time_elapsed_x = 0; |
14 |
time_max_x = 18; |
15 |
time_increase_x = 1; |
16 |
max_rise_x = 2; |
17 |
sign_modifier_y = -1; |
18 |
time_elapsed_y = 0; |
19 |
time_max_y = 9; |
20 |
time_increase_y = 1; |
21 |
max_rise_y = 2; |
22 |
max_angle = 0; |
23 |
starting_point_x = x; |
24 |
starting_point_y = y + max_rise_y; |
25 |
draw_position_x = starting_point_x; |
26 |
draw_position_y = starting_point_y; |