mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Fix various typos in documentation
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
The index of the [Bone2D] that this [PhysicalBone2D] should simulate.
|
||||
</member>
|
||||
<member name="bone2d_nodepath" type="NodePath" setter="set_bone2d_nodepath" getter="get_bone2d_nodepath" default="NodePath("")">
|
||||
The [NodePath] to the [Bone2D] that this [PhysicalBone2D] isshould simulate.
|
||||
The [NodePath] to the [Bone2D] that this [PhysicalBone2D] should simulate.
|
||||
</member>
|
||||
<member name="follow_bone_when_simulating" type="bool" setter="set_follow_bone_when_simulating" getter="get_follow_bone_when_simulating" default="false">
|
||||
If [code]true[/code], the [PhysicalBone2D] will keep the transform of the bone it is bound to when simulating physics.
|
||||
|
||||
Reference in New Issue
Block a user