Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_holemouse_descend_Draw_0

(view raw script w/o annotations or w/e)
1
draw_self();
2
if (y > 400)
3
    image_blend = merge_color(c_white, c_black, (y - 200) / 480);