We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccae259 commit 6419421Copy full SHA for 6419421
getting_started/step_by_step/scripting_first_script.rst
@@ -260,7 +260,7 @@ Moving forward
260
~~~~~~~~~~~~~~
261
262
Let's now make the node move. Add the following two lines inside of the ``_process()``
263
-function, ensuring the new lines are indented the same way as the ``rotation += angular * delta`` line before
+function, ensuring the new lines are indented the same way as the ``rotation += angular_speed * delta`` line before
264
them.
265
266
.. tabs::
0 commit comments