Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_gradientglow_Create_0

(view raw script w/o annotations or w/e)
1
timer = 0;
2
image_blend = chosencolor;
3
depth = 900000;
4
if (global.chapter == 2)
5
{
6
    if (room == room_dw_mansion_bridges)
7
        depth = 850000;
8
}