Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_board_screen_Create_0

(view raw script w/o annotations or w/e)
1
depth = 99900;
2
depth = 50;
3
screen_surface = -1;
4
crt_surface = -1;
5
drawcrt = true;
6
drawgray = true;
7
crttimer = 0;
8
crt_glitch = 0;
9
crt_glitchstrength = 10;
10
chromStrength = 0.5;
11
crt_mod1 = 0;
12
init = 0;
13
timer = 0;
14
screenleft = x;
15
screentop = y;
16
screenwidth = 128;
17
screenheight = 128;
18
myview = 0;