summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTomasz Chabora <kobewi4e@gmail.com>2019-09-13 13:31:38 +0200
committerTomasz Chabora <kobewi4e@gmail.com>2019-09-13 13:34:11 +0200
commit22ad5ce3cd29a0e8c907cb281a29766306c1ee30 (patch)
tree60b6a87cffd4aacb71a6ef0f4509de7d77f8baff /doc
parent24e1039eb6fe32115e8d1a62a84965e9be19a2ed (diff)
Mention that look_at() expects global coordinates
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/Node2D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Node2D.xml b/doc/classes/Node2D.xml
index abdbfa09f7..29c4680685 100644
--- a/doc/classes/Node2D.xml
+++ b/doc/classes/Node2D.xml
@@ -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">