draw_set_color(c_black);
draw_set_alpha(0.5);
ossafe_fill_rectangle(-1, -1, room_width + 1, room_height + 1);
draw_set_alpha(1);