diff options
| author | Fabio Alessandrelli | 2015-04-29 16:06:25 +0000 |
|---|---|---|
| committer | Fabio Alessandrelli | 2015-05-18 01:32:26 +0000 |
| commit | 590afbcac461f87b05391996ca85d32627c81a75 (patch) | |
| tree | 315f1d8e86537be97a42c99675d29af6b8355b15 /servers/physics_2d_server.cpp | |
| parent | 473c7222f512488bfea3674358e15cac83d41ffb (diff) | |
| download | godot-590afbcac461f87b05391996ca85d32627c81a75.tar.gz godot-590afbcac461f87b05391996ca85d32627c81a75.tar.zst godot-590afbcac461f87b05391996ca85d32627c81a75.zip | |
Diffstat (limited to 'servers/physics_2d_server.cpp')
| -rw-r--r-- | servers/physics_2d_server.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servers/physics_2d_server.cpp b/servers/physics_2d_server.cpp index 279ad0d74..8db7ae116 100644 --- a/servers/physics_2d_server.cpp +++ b/servers/physics_2d_server.cpp @@ -657,6 +657,7 @@ void Physics2DServer::_bind_methods() { BIND_CONSTANT( AREA_PARAM_GRAVITY ); BIND_CONSTANT( AREA_PARAM_GRAVITY_VECTOR ); BIND_CONSTANT( AREA_PARAM_GRAVITY_IS_POINT ); + BIND_CONSTANT( AREA_PARAM_GRAVITY_DISTANCE_SCALE ); BIND_CONSTANT( AREA_PARAM_GRAVITY_POINT_ATTENUATION ); BIND_CONSTANT( AREA_PARAM_LINEAR_DAMP); BIND_CONSTANT( AREA_PARAM_ANGULAR_DAMP); |
