Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_titan_end_black_fade_Draw_0

(view raw script w/o annotations or w/e)
1
depth = -9999;
2
with (obj_jump_to_point)
3
{
4
    depth = -99999;
5
    ignoredepth = 1;
6
}
7
with (obj_herosusie)
8
    depth = -99999;
9
with (obj_titan_susiekris_jump)
10
    depth = -99999;
11
if (image_alpha < 0.7)
12
    image_alpha += 0.02;