1 | if live_call() |
2 | return global.live_result; |
3 | if (counter_current >= counter_max) |
4 | instance_destroy() |
5 | counter_current += 1 |
6 | with (obj_heart_battle_fighting_parent) |
7 | { |
8 | x = lerp(x, 320, 0.06) |
9 | y = lerp(y, 320, 0.06) |
10 | } |
11 | if instance_exists(obj_battle_enemy_attack_ceroba_flower_barrage_black_hole) |
12 | obj_battle_enemy_attack_ceroba_flower_barrage_black_hole.image_speed = 0.25 |