1 | if (!instance_exists(obj_dialogue_box_battle_transformation_any) || !instance_exists(obj_heart_battle_fighting_red)) |
2 | exit; |
3 | var box = 3154; |
4 | var new_col = make_color_rgb(216, 112, 43); |
5 | draw_sprite_ext(sprite_index, 0, box.x, box.y, stretch_multiplier, 1, image_angle, new_col, 1); |
6 | draw_sprite_ext(sprite_index, 0, box.x, box.y, stretch_multiplier, 1, image_angle, c_white, rope_overlay_alpha); |