1 | draw_sprite(sprite_index, image_index, x, y); |
2 | draw_set_color(c_black); |
3 | ossafe_fill_rectangle(0, 0, 1200, bbox_top); |
4 | ossafe_fill_rectangle(0, 1200, 1200, bbox_bottom); |
5 | ossafe_fill_rectangle(0, 0, bbox_left, 1200); |
6 | ossafe_fill_rectangle(bbox_right, 0, 1200, 1200); |