Deltarune script viewer
← back to main script listing
gml_Object_obj_unusedclassevent_ch1_Draw_0
(
view raw script w/o annotations or w/e
)
1
if (lightsoff == 1)
2
{
3
draw_set_color(c_black);
4
draw_rectangle(-100, -100, 900, 900, false);
5
}