Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_intro_slide_1_5_new_Step_0

(view raw script w/o annotations or w/e)
1
if (fade_out == true)
2
{
3
    image_alpha -= 0.016666666666666666
4
    return;
5
}
6
if (image_alpha < 1)
7
    image_alpha += fade_speed
8
else
9
    instance_destroy(obj_intro_slide_1_new)