Undertale Yellow script viewer

← back to main script listing

gml_GlobalScript_texture_set_blending

(view raw script w/o annotations or w/e)
1
function texture_set_blending(arg0)
2
{
3
    var __dummy = arg0;
4
    show_debug_message("texture_set_blending() currently not supported");
5
}