Undertale script viewer

← back to main script listing

gml_Object_obj_innevent1_Draw_0

(view raw script w/o annotations or w/e)
1
draw_set_color(c_black);
2
draw_set_alpha(0.5);
3
ossafe_fill_rectangle(-1, -1, room_width + 1, room_height + 1);
4
draw_set_alpha(1);