Undertale script viewer

← back to main script listing

gml_Object_obj_snowdrakemom_body_Step_0

(view raw script w/o annotations or w/e)
1
if (ender == 1)
2
{
3
    if (image_alpha > 0)
4
        image_alpha -= 0.02;
5
}