1 | image_alpha = lerp(image_alpha, 1, 0.05); |
2 | if (image_alpha > 0.99) |
3 | image_alpha = 1; |
4 | if (image_index >= (image_number - 1)) |
5 | { |
6 | image_index = image_number - 1; |
7 | image_speed = 0; |
8 | } |
9 | if (instance_exists(obj_dialogue_box_battle_transformation_any)) |
10 | y = obj_dialogue_box_battle_transformation_any.bbox_top - 10; |