Undertale script viewer

← back to main script listing

gml_Object_obj_battlefader_Create_0

(view raw script w/o annotations or w/e)
1
image_xscale = 640;
2
image_yscale = 320;
3
heart = obj_heart;
4
if (instance_exists(obj_fakeheart))
5
    heart = obj_fakeheart;
6
heart.depth = -1001;