Draw_0.gml 185 B

1234
  1. draw_set_color(c_red);
  2. draw_rectangle(bbox_left, bbox_top, bbox_right, bbox_bottom, true);
  3. draw_rectangle(bbox_left, bbox_top, bbox_right, bbox_bottom, false);
  4. draw_set_color(c_white);