Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_tile_set_background

(view raw script w/o annotations or w/e)
1
function tile_set_background(argument0, argument1) //gml_Script_tile_set_background
2
{
3
    var __index = argument0
4
    var __background = argument1
5
    return layer_tile_change(__index, __background);
6
}