function draw_shadow(dx = 10, dy = 10){ draw_sprite_ext(sprite_index, image_index, x + dx, y + dy, image_xscale, image_yscale, image_angle, c_gray, 1); draw_self(); }