Undertale script viewer

← back to main script listing

gml_Object_obj_waterpushrock_2_Step_0

(view raw script w/o annotations or w/e)
1
if (fadeout == 1)
2
{
3
    if (image_alpha > 0.1)
4
        image_alpha -= 0.1;
5
    else
6
        instance_destroy();
7
}