Deltarune (Chapter 2) script viewer

← back to main script listing

gml_RoomCC_room_dw_cyber_intro_connector_0_Create

(view raw script w/o annotations or w/e)
1
extflag = "npc1";
2
sprite_index = spr_plugboy_cower;
3
scr_depth
scr_depth

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