Merge pull request #29336 from Cheeseness/rigidbody_axis_lock_typos

Correct typos in RigidBody axis lock documentation
This commit is contained in:
Rémi Verschelde 2019-05-31 06:58:31 +02:00 committed by GitHub
commit 4bcefb2268
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.