Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_ch3_PTB02_Draw_0

(view raw script w/o annotations or w/e)
1
if (drawbot)
2
{
3
    draw_set_color(c_black);
4
    ossafe_fill_rectangle(camerax(), 440, camerax() + 640, 480, 0);
5
}
6
draw_set_color(c_white);