Undertale script viewer

← back to main script listing

gml_Object_obj_powerlaser_event_Draw_0

(view raw script w/o annotations or w/e)
1
if (drawblack == 1)
2
{
3
    draw_set_alpha(0.5);
4
    draw_set_color(c_black);
5
    ossafe_fill_rectangle(-10, -10, room_width + 10, room_height + 10);
6
    draw_set_alpha(1);
7
}