Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_hiddenheart_Create_0
(
view raw script w/o annotations or w/e
)
1
if (instance_exists(obj_heart))
2
{
3
x = obj_heart.x;
4
y = obj_heart.y;
5
}
6
image_speed = 0;