Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_dw_green_room_tile_fx_Draw_0

(view raw script w/o annotations or w/e)
1
draw_set_color(#9FD886);
2
draw_set_alpha(0.3);
3
ossafe_fill_rectangle(40, 148, 1360, 179);
4
draw_set_color(c_white);
5
draw_set_alpha(1);