Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_writer_stay_Draw_0

(view raw script w/o annotations or w/e)
1
if (init == 0)
2
    init = 1;
3
draw_set_color(boxcolor);
4
draw_set_alpha(1);
5
ossafe_fill_rectangle(x, y + 16, x + 383, (y + 127) - 26);
6
draw_set_color(c_white);