Deltarune (Chapter 5) script viewer

← back to main script listing

gml_GlobalScript_scr_depth_ypos

(view raw script w/o annotations or w/e)
1
function 
scr_depth_ypos
scr_depth_ypos

function
scr_depth_ypos(arg0)
{ depth = 1200000 - ((arg0 * 10) + (sprite_height * 10)); }
(arg0)
2
{
3
    depth = 1200000 - ((arg0 * 10) + (sprite_height * 10));
4
}