Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_tenna_enemy_bg_Create_0

(view raw script w/o annotations or w/e)
1
siner = 0;
2
siner2 = 0;
3
timer = 0;
4
con = 0;
5
scrollx = 0;
6
starscrolly = 0;
7
myscore = 0;
8
maxscore = 1000;
9
addscore = 0;
10
paused = 0;
11
slowdown = 0;
12
speedup = 0;
13
rate = 1;
14
alpha2 = 0;
15
alpha3 = 0.8;
16
alpha4 = 0;
17
col1 = make_color_rgb(217, 172, 148);
18
col2 = make_color_rgb(179, 124, 166);
19
audience_y_pos = 360;
20
minigametimecon = 0;
21
minigametimetimer = 0;
22
whitefgalpha = 0;
23
depth = 100000;