summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2019-09-20 17:48:43 +0200
committerGitHub <noreply@github.com>2019-09-20 17:48:43 +0200
commit6da3526cd423c66ade2e06cb98819f8a3d300960 (patch)
tree89c2cdd0161658125bdb8b1abdbe44a4a0d008d7 /doc/classes
parent8fea4053b33aff4fa08962c990e13fb5084a5383 (diff)
parent22ad5ce3cd29a0e8c907cb281a29766306c1ee30 (diff)
Merge pull request #32118 from KoBeWi/the_point_is_global_bro
Mention that look_at() expects global coordinates
Diffstat (limited to 'doc/classes')
-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">