Undertale script viewer

← back to main script listing

gml_Object_blt_crybullet2_Step_0

(view raw script w/o annotations or w/e)
1
image_angle = direction + 90;
2
if (disappear == 1)
3
{
4
    image_alpha -= 0.08;
5
    if (image_alpha < 0.1)
6
        instance_destroy();
7
}