summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorCheeseness <contact@jbushproductions.com>2019-05-31 13:28:30 +1000
committerCheeseness <contact@jbushproductions.com>2019-05-31 13:28:30 +1000
commitb06dc6ba8c369993a3ad8e56f8a7344e6b7df385 (patch)
treea15d960f2d18675751db98c439231aa3bfea30d9 /doc/classes
parenta2cf1c3d049d0ca4de9d939550d1fb21c4d54297 (diff)
Correct typos in RigidBody axis lock documentation
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/RigidBody.xml4
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.