Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_intro_canister_slide_4_Step_0

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