Fix typos and inconsistencies in classref

(cherry picked from commit 57d4272984)
This commit is contained in:
Haoyu Qiu
2023-03-16 16:43:31 +01:00
committed by Yuri Sizov
parent ef06e5d786
commit c6a704af2c
13 changed files with 31 additions and 43 deletions
+1 -1
View File
@@ -81,7 +81,7 @@
The [Bone2D] node that the modification will operate on.
</member>
<member name="bone_index" type="int" setter="set_bone_index" getter="get_bone_index" default="-1">
The index of the [Bone2D] node that the modification will oeprate on.
The index of the [Bone2D] node that the modification will operate on.
</member>
<member name="target_nodepath" type="NodePath" setter="set_target_node" getter="get_target_node" default="NodePath(&quot;&quot;)">
The NodePath to the node that is the target for the LookAt modification. This node is what the modification will rotate the [Bone2D] to.