Undertale Yellow script viewer
← back to main script listing
gml_GlobalScript_draw_background_tiled
(
view raw script w/o annotations or w/e
)
1
function draw_background_tiled(arg0, arg1, arg2)
2
{
3
draw_sprite_tiled(arg0, 0, arg1, arg2);
4
}