Deltarune (Chapter 2) script viewer

← back to main script listing

gml_GlobalScript_scr_maskdraw_end

(view raw script w/o annotations or w/e)
1
function 
scr_maskdraw_end
scr_maskdraw_end

function
scr_maskdraw_end()
{ gpu_set_alphatestenable(false); gpu_set_blendmode(bm_normal); }
()
2
{
3
    gpu_set_alphatestenable(false);
4
    gpu_set_blendmode(bm_normal);
5
}