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(argument0, argument1) //gml_Script_tile_set_blend
2
{
3
    var __index = argument0
4
    var __colour = argument1
5
    return layer_tile_blend(__index, __colour);
6
}