Deltarune (Chapter 5) script viewer

← back to main script listing

gml_Object_obj_cliff_crater_windtrail_Create_0

(view raw script w/o annotations or w/e)
1
foreground_effect = false;
2
points = [];
3
start_color = c_white;
4
end_color = c_white;
5
start_alpha = 1;
6
end_alpha = 0.5;
7
width = 8;
8
end_size = 0;
9
gradient = false;
10
rounded = false;
11
lifetime = 60;
12
start_lifetime = 60;
13
child_lifetime = 20;
14
max_lifetime = lifetime;
15
xlast = ystart;
16
ylast = xstart;
17
demo = true;
18
siner = 0;
19
hingepos = new Vector2(0, 0);
20
depth = -9999;
21
trail_surf = -4;
22
init = false;
23
active = true;
24
created = false;
25
distance = 60;
26
fore_start = 0;
27
fore_end = 0;
28
draw_foreground = true;
29
foreground_obj = -4;
30
foreground = false;
31
rising = false;
32
rise_start = 0;
33
owner = -4;
34
height = 100;
35
downward = false;
36
fall_speed = 1;
37
timer = 0;