Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_dw_interstitial_floor_Draw_0

(view raw script w/o annotations or w/e)
1
draw_set_color(c_black);
2
ossafe_fill_rectangle(0, 0, room_width, 79);
3
ossafe_fill_rectangle(0, 360, room_width, room_height);
4
draw_set_color(c_white);