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 | image_speed = 0 |
6 | image_index = 0 |
7 | can_talk_no_loop = false |
8 | hit_self_count = 0 |
9 | audio_pitch = 1 |
10 | audio_decrease_rate = 0.1 |
11 | can_decrease_audio = true |
12 | audio_silence_rate = 0.02 |
13 | execute_audio_silence = false |