Sync classref with current source

This commit is contained in:
Rémi Verschelde
2019-09-24 13:39:50 +02:00
parent 247ba2144c
commit 9e7daa26fa
139 changed files with 1840 additions and 727 deletions

View File

@@ -276,7 +276,7 @@ Adds the ``offset`` vector to the node's global position.
- void **look_at** **(** :ref:`Vector2<class_Vector2>` point **)**
Rotates the node so it points towards the ``point``.
Rotates the node so it points towards the ``point``, which is expected to use global coordinates.
.. _class_Node2D_method_move_local_x: