Deltarune (Chapter 1) script viewer

← back to main script listing

gml_Object_obj_credits_Create_0

(view raw script w/o annotations or w/e)
1
con = 0;
2
timer = 0;
3
lyric = " ";
4
textalpha = 1;
5
creditalpha = 1;
6
if (scr_is_switch_os())
7
    instance_create_depth(0, 0, 0, obj_switchAsyncHelper);
8
for (i = 0; i < 8; i += 1)
9
{
10
    line[i] = " ";
11
    linecolor[i] = c_white;
12
}