Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_dw_ranking_t_overlay_Draw_0

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