Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_chefs_vfx_Draw_0

(view raw script w/o annotations or w/e)
1
if (white)
2
    gpu_set_fog(true, c_white, 0, 0);
3
draw_self();
4
gpu_set_fog(false, c_white, 0, 0);