Deltarune (Chapter 2) script viewer

← back to main script listing

gml_RoomCC_room_dw_cyber_nuberts_treasure_0_Create

(view raw script w/o annotations or w/e)
1
if (global.plot >= 100)
2
{
3
    x = 88;
4
    y = 120;
5
}
6
scr_depth
scr_depth

function
scr_depth()
{ depth = 100000 - ((y * 10) + (sprite_height * 10)); }
();