Преглед на файлове

Mention that look_at() expects global coordinates

Tomasz Chabora преди 6 години
родител
ревизия
22ad5ce3cd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      doc/classes/Node2D.xml

+ 1 - 1
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">