Undertale script viewer
← back to main script listing
gml_Object_obj_battlefader_Step_0
(
view raw script w/o annotations or w/e
)
1
image_alpha -= 0.2;
2
if (image_alpha < 0.1)
3
{
4
heart.depth = 0;
5
instance_destroy();
6
}