Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_tile_set_blend

(view raw script w/o annotations or w/e)
1
function tile_set_blend(arg0, arg1)
2
{
3
    var __index = arg0;
4
    var __colour = arg1;
5
    return layer_tile_blend(__index, __colour);
6
}