Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_gravity_confetti_Create_0

(view raw script w/o annotations or w/e)
1
image_blend = merge_colour(choose(c_yellow, c_lime, c_aqua, c_fuchsia), c_ltgray, 0.1);
2
xx = x;
3
friction = 0.025;
4
gravity = 0.1;
5
timer = 0;
6
timer_max = irandom_range(25, 45);
7
hh = 0;
8
xs = random_range(-1, 1);
9
ang = random(360);
10
spin = random_range(0.01, 0.1);
11
spin2 = random_range(2, 8) * choose(1, -1);
12
motion_set(random(360), random_range(2, 5));