Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_darkness_trail_foreground_Create_0

(view raw script w/o annotations or w/e)
1
points = [];
2
start_color = c_red;
3
end_color = c_black;
4
width = 8;
5
end_size = 0;
6
gradient = false;
7
rounded = false;
8
lifetime = 40;
9
xlast = ystart;
10
ylast = xstart;
11
demo = true;
12
siner = 0;
13
hingepos = new Vector2(0, 0);
14
depth = 9999;
15
init = false;
16
active = true;
17
size = 0.7;
18
sizer = size;
19
lifetime = 20;
20
burst = true;
21
active = false;
22
target = -4;
23
xoff = 0;
24
yoof = 0;
25
subtrail = false;
26
speed_scale = false;
27
base_speed = speed;
28
owner = -4;