Undertale Yellow script viewer
← back to main script listing
gml_GlobalScript_draw_set_blend_mode
(
view raw script w/o annotations or w/e
)
1
function draw_set_blend_mode(arg0)
2
{
3
gpu_set_blendmode(arg0);
4
}