Deltarune (Chapter 4) script viewer

← back to main script listing

gml_Object_obj_halo_whirl_Create_0

(view raw script w/o annotations or w/e)
1
parent = -4;
2
x = camerax();
3
y = cameray() + 325;
4
x_start = 120;
5
x_end = 540;
6
image_alpha = 0;
7
state = "spinup";
8
move_across_duration = 50;
9
surface = -1;
10
surface_scale = 0.5;
11
spin_speed = 0.1;
12
whirl_xoffset = 0;
13
whirl_yoffset = 0;
14
parts = 10;
15
height = 332;
16
min_width = 50;
17
max_width = 150;
18
wave_length = 1;
19
wave_speed = 5;