Merge pull request #7602 from ViktorVoloshko/patch-1

Fixed typo in scripting_first_script.rst
This commit is contained in:
Matthew
2023-07-03 21:38:58 -04:00
committed by Max Hilbrunner
parent c93d498cf0
commit 5cdd084268

View File

@@ -260,7 +260,7 @@ Moving forward
~~~~~~~~~~~~~~
Let's now make the node move. Add the following two lines inside of the ``_process()``
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
them.
.. tabs::