Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_flashback_kanako_soul_Step_0

(view raw script w/o annotations or w/e)
1
if (!fade_out)
2
{
3
    if (image_alpha < 1)
4
        image_alpha += 0.1
5
}
6
else if (image_alpha > 0)
7
    image_alpha -= 0.1
8
else
9
    instance_destroy()