Deltarune script viewer

← back to main script listing

gml_Object_obj_sneo_fakeheart_Destroy_0

(view raw script w/o annotations or w/e)
1
if (global.turntimer <= 0)
2
    global.inv = -1;
3
if (instance_exists(obj_heart))
4
{
5
    obj_heart.image_alpha = 1;
6
    obj_heart.x = x;
7
    obj_heart.y = y;
8
    obj_heart.color = 1;
9
}