Deltarune (Chapter 2) script viewer
← back to main script listing
gml_Object_obj_viro_poison_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
|
init = 0;
|
|
7
|
nextradius = 0;
|
|
8
|
radius = 0;
|