Undertale script viewer

← back to main script listing

gml_Object_blt_icicle_Draw_0

(view raw script w/o annotations or w/e)
1
if (vspeed > 0)
2
    image_index = 0;
3
else
4
    image_index = 1;
5
draw_self_border();
6
if (y > (global.idealborder[3] + 60))
7
    instance_destroy();