Mention that look_at() expects global coordinates

This commit is contained in:
Tomasz Chabora 2019-09-13 13:31:38 +02:00
parent 24e1039eb6
commit 22ad5ce3cd

View File

@ -52,7 +52,7 @@
<argument index="0" name="point" type="Vector2"> <argument index="0" name="point" type="Vector2">
</argument> </argument>
<description> <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> </description>
</method> </method>
<method name="move_local_x"> <method name="move_local_x">