Deltarune script viewer

← back to main script listing

gml_GlobalScript_scr_draw_in_box_end

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

function scr_draw_in_box_end() { if (!instance_exists(obj_growtangle)) exit; gpu_set_alphatestref(128); gpu_set_alphatestenable(false); gpu_set_blendmode(bm_normal); }
()
2
{
3
    if (!instance_exists(obj_growtangle))
4
        exit;
5
    gpu_set_alphatestref(128);
6
    gpu_set_alphatestenable(false);
7
    gpu_set_blendmode(bm_normal);
8
}