diff options
author | Cheeseness <contact@jbushproductions.com> | 2019-05-31 13:28:30 +1000 |
---|---|---|
committer | Cheeseness <contact@jbushproductions.com> | 2019-05-31 13:28:30 +1000 |
commit | b06dc6ba8c369993a3ad8e56f8a7344e6b7df385 (patch) | |
tree | a15d960f2d18675751db98c439231aa3bfea30d9 /doc/classes | |
parent | a2cf1c3d049d0ca4de9d939550d1fb21c4d54297 (diff) |
Correct typos in RigidBody axis lock documentation
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/RigidBody.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/RigidBody.xml b/doc/classes/RigidBody.xml index 9ea6bb0fe1..8dadca49e1 100644 --- a/doc/classes/RigidBody.xml +++ b/doc/classes/RigidBody.xml @@ -119,10 +119,10 @@ Lock the body's movement in the x-axis. </member> <member name="axis_lock_linear_y" type="bool" setter="set_axis_lock" getter="get_axis_lock"> - Lock the body's movement in the x-axis. + Lock the body's movement in the y-axis. </member> <member name="axis_lock_linear_z" type="bool" setter="set_axis_lock" getter="get_axis_lock"> - Lock the body's movement in the x-axis. + Lock the body's movement in the z-axis. </member> <member name="bounce" type="float" setter="set_bounce" getter="get_bounce"> RigidBody's bounciness. |