Deltarune (Chapter 2) script viewer

← back to main script listing

gml_Object_obj_sneo_cshot_weakpoint_Draw_0

(view raw script w/o annotations or w/e)
1
if (flash)
2
{
3
    d3d_set_fog(true, c_white, 0, 1);
4
    draw_self();
5
    d3d_set_fog(false, c_black, 0, 0);
6
    flash = 0;
7
}
8
else
9
{
10
    draw_self();
11
}