Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_draw_background

(view raw script w/o annotations or w/e)
1
function draw_background(arg0, arg1, arg2)
2
{
3
    draw_sprite(arg0, 0, arg1, arg2);
4
}