Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_screen_fade_effect_Draw_64

(view raw script w/o annotations or w/e)
1
draw_set_color(fade_color);
2
draw_set_alpha(fade_alpha);
3
draw_rectangle(0, 0, 320, 240, false);
4
draw_set_alpha(1);