Undertale script viewer
← back to main script listing
gml_Object_obj_floweynuke_Step_0
(
view raw script w/o annotations or w/e
)
1
if (fader == 1)
2
{
3
image_alpha -= 0.2;
4
if (image_alpha < 0.4)
5
instance_destroy();
6
}