Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_floorshadow_Step_2

(view raw script w/o annotations or w/e)
1
if (!i_ex(target) || !target.visible)
2
    exit;
3
depth = target.depth + 1;
4
if (target.object_index == obj_actor)
5
    depth += 5;