Undertale script viewer

← back to main script listing

gml_Object_obj_spinbullet_friendscene_Step_0

(view raw script w/o annotations or w/e)
1
if (fade == 1)
2
{
3
    f_timer += 1;
4
    if (f_timer > 8)
5
        image_alpha -= 0.1;
6
    if (image_alpha < 0.1)
7
        instance_destroy();
8
}