Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_hotland_roof_martlet_vine_Draw_0

(view raw script w/o annotations or w/e)
1
if (scene > 0)
2
{
3
    draw_set_alpha(overlay_alpha)
4
    draw_set_color(c_white)
5
    draw_rectangle(0, 0, 640, 480, false)
6
    draw_set_alpha(1)
7
}
8
draw_self()
9
if (draw_white_overlay == true)
10
{
11
    draw_set_color(c_white)
12
    draw_rectangle(0, 0, 640, 480, false)
13
}