Undertale script viewer

← back to main script listing

gml_Object_obj_finalbarrier_Draw_0

(view raw script w/o annotations or w/e)
1
script_execute(scr_colorcycle);
2
draw_set_color(color);
3
ossafe_fill_rectangle(x, y, (room_width / 2) + (room_width / m), (room_height / 2) + (room_height / m));