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 |
animating = false; |
11 |
image_speed = 0; |
12 |
image_index = 0; |
13 |
sign_modifier = -1; |
14 |
time_elapsed = 0; |
15 |
time_max = 60; |
16 |
time_increase = 1; |
17 |
max_rise = 10; |
18 |
ball_displacement_y_multiplier = y; |
19 |
time_elapsed_decrease_ball = 4; |
20 |
enemy_hurt_noise = 31; |
21 |
enemy_hurt_pitch = 1.5; |