Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_tenna_tv_time_Create_0

(view raw script w/o annotations or w/e)
1
timestamps = [0, 1.2, 2, 2.85];
2
timestamp_index = 0;
3
text_timer = 0;
4
tv_sound = -4;
5
tv_pitch = 1;
6
show_text = false;
7
is_active = false;
8
con = 0;
9
side = 1;
10
cur_jewel = 0;
11
lights_max = 4;
12
lights_anim = 0;
13
lights_anim_speed = 0.2;
14
intro_mode = room == room_intro;
15
room_scale = intro_mode ? 0.5 : 1;
16
x_pos = camerax() + (64 * room_scale);
17
var _yy = intro_mode ? 150 : 326;
18
y_pos = cameray() + (_yy * room_scale);
19
tv_max = 0;
20
tv_text = [];
21
tv_text[0][0] = 4919;
22
tv_text[0][1] = new Vector2(3 * room_scale, 3 * room_scale);
23
tv_text[0][2] = new Vector2(x_pos + (97 * room_scale), y_pos + (73 * room_scale));
24
tv_text[1][0] = 3654;
25
tv_text[1][1] = new Vector2(3 * room_scale, 3 * room_scale);
26
tv_text[1][2] = new Vector2(x_pos + (200 * room_scale), y_pos + (64 * room_scale));
27
tv_text[2][0] = 228;
28
tv_text[2][1] = new Vector2(3 * room_scale, 3 * room_scale);
29
tv_text[2][2] = new Vector2(x_pos + (231 * room_scale), y_pos + (76 * room_scale));
30
tv_text[3][0] = 4042;
31
tv_text[3][1] = new Vector2(3 * room_scale, 3 * room_scale);
32
tv_text[3][2] = new Vector2(x_pos + (386 * room_scale), y_pos + (71 * room_scale));