diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-09-20 17:48:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-20 17:48:43 +0200 |
commit | 6da3526cd423c66ade2e06cb98819f8a3d300960 (patch) | |
tree | 89c2cdd0161658125bdb8b1abdbe44a4a0d008d7 /doc/classes | |
parent | 8fea4053b33aff4fa08962c990e13fb5084a5383 (diff) | |
parent | 22ad5ce3cd29a0e8c907cb281a29766306c1ee30 (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.xml | 2 |
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"> |