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(argument0) //gml_Script_texture_set_blending
2
{
3
    var __dummy = argument0
4
    show_debug_message("texture_set_blending() currently not supported")
5
}