mirror of
https://github.com/godotengine/godot.git
synced 2025-01-29 13:20:43 +00:00
Correct typos in RigidBody axis lock documentation
This commit is contained in:
parent
a2cf1c3d04
commit
b06dc6ba8c
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user