Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript___init_global

(view raw script w/o annotations or w/e)
1
function __init_global()
2
{
3
    layer_force_draw_depth(true, 0);
4
    draw_set_colour(c_black);
5
}