Fix various typos in documentation

This commit is contained in:
Septian
2023-07-09 04:41:18 +07:00
parent 83cc5d4914
commit 486609eccf
6 changed files with 6 additions and 6 deletions

View File

@@ -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(&quot;&quot;)">
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.