Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_crusher_gun_Step_0
(
view raw script w/o annotations or w/e
)
1
if (y > (cameray() + 280))
2
depth = obj_heart.depth + 100;
3
else
4
depth = obj_heart.depth + 2;