Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_soundwave_effect_Create_0
(view raw script w/o annotations or w/e)
|
1
|
maxradius = 40;
|
|
2
|
minradius = 0;
|
|
3
|
growtime = 30;
|
|
4
|
color = c_gray;
|
|
5
|
timer = 0;
|
|
6
|
fadetime = 0;
|
|
7
|
easepower = 2;
|
|
8
|
startwidth = 4;
|
|
9
|
endwidth = 2;
|
|
10
|
init = 0;
|