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(argument0, argument1, argument2) //gml_Script_draw_background_tiled
2
{
3
    draw_sprite_tiled(argument0, 0, argument1, argument2)
4
}