Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_intro_background_slide_4_Step_0

(view raw script w/o annotations or w/e)
1
if (effects_1 == true)
2
{
3
    if (image_alpha > 0)
4
    {
5
        image_alpha -= image_alpha_speed
6
        if (image_alpha < 0)
7
            image_alpha = 0
8
    }
9
}