Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_tennatalkbubble_Create_0

(view raw script w/o annotations or w/e)
1
text = "text";
2
lifetime = -1;
3
timer = 0;
4
tenna = -1;
5
init = 0;
6
tx = camerax() + 100;
7
ty = cameray() + 100;
8
clear = true;
9
depth = 5000;
10
var __count = instance_number(object_index);
11
if (__count != 1)
12
    depth -= (__count * 10);
13
tailwidth = 8;
14
taillength = -1;
15
bubblewidth = -1;
16
bubbleheight = -1;
17
bubblepadding = 0;
18
outlineThickness = 2;
19
outlineColor = 0;
20
textbubbleColor = 16777215;
21
textColor = 0;
22
dropColor = 65535;
23
dropshadow = true;
24
speaker = -1;
25
talk = true;
26
talkdelay = 1;
27
talkrate = 2;
28
talksnd = 139;
29
talkcount = 4;
30
pitchmod = 0.1;
31
bubbletype = 0;
32
type1direction = 0;
33
t2x = 0;
34
t2y = 0;
35
tailxoffset = 0;
36
tailyoffset = 0;
37
specialtalk = "none";