Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_draw_background_stretched

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