mirror of
https://github.com/godotengine/godot.git
synced 2025-02-11 22:35:15 +08:00
Correct typos in RigidBody axis lock documentation
(cherry picked from commit b06dc6ba8c
)
This commit is contained in:
parent
1e5c7d0a23
commit
2bfd81d49d
@ -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