Undertale script viewer
← back to main script listing
gml_Object_obj_persistentfader_Step_1
(
view raw script w/o annotations or w/e
)
1
image_alpha += tspeed;
2
if (image_alpha < 0.02)
3
instance_destroy();