Deltarune script viewer

← back to main script listing

gml_Object_DEVICE_OBACK_4_Draw_0

(view raw script w/o annotations or w/e)
1
if (siner > 2)
2
{
3
    draw_background_ext(IMAGE_DEPTH, 160, 120, (1 + xstretch), (1 + ystretch), 0, image_blend, (0.2 + alpha - o_insurance + b_insurance))
4
    draw_background_ext(IMAGE_DEPTH, 160, 120, (-1 - xstretch), (1 + ystretch), 0, image_blend, (0.2 + alpha - o_insurance + b_insurance))
5
    draw_background_ext(IMAGE_DEPTH, 160, 120, (-1 - xstretch), (-1 - ystretch), 0, image_blend, (0.2 + alpha - o_insurance + b_insurance))
6
    draw_background_ext(IMAGE_DEPTH, 160, 120, (1 + xstretch), (-1 - ystretch), 0, image_blend, (0.2 + alpha - o_insurance + b_insurance))
7
}