Deltarune (Chapter 3) script viewer

← back to main script listing

gml_Object_obj_confetti_wind_Create_0

(view raw script w/o annotations or w/e)
1
circle = false;
2
radial = false;
3
grounded_only = true;
4
radius = 10;
5
size = new Vector2(5, 5);
6
force = 10;
7
max_force = 20;
8
upward_force = 10;
9
max_upward_force = 20;
10
lifetime = 0;