Undertale Yellow script viewer

← back to main script listing

gml_Object_obj_intro_fade_in_screen_Create_0

(view raw script w/o annotations or w/e)
1
image_alpha = 0
2
fade_speed = 0.05
3
audio_sound_gain(mus_intro, 0, 600)
4
if instance_exists(obj_intro_text)
5
{
6
    with (obj_intro_text)
7
        instance_destroy()
8
}