draw_self();
draw_set_alpha(0.1);
draw_set_color(c_white);
draw_rectangle(x, y, x + sprite_width, y + sprite_height, false);
draw_set_alpha(1);