Merge pull request #32118 from KoBeWi/the_point_is_global_bro
Mention that look_at() expects global coordinates
This commit is contained in:
commit
6da3526cd4
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
<argument index="0" name="point" type="Vector2">
|
||||
</argument>
|
||||
<description>
|
||||
Rotates the node so it points towards the [code]point[/code].
|
||||
Rotates the node so it points towards the [code]point[/code], which is expected to use global coordinates.
|
||||
</description>
|
||||
</method>
|
||||
<method name="move_local_x">
|
||||
|
|
Loading…
Reference in a new issue