Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_darkness_trail_wild_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
trail_surf = -4;
16
init = false;
17
active = true;
18
sizer = 1;