Explorar o código

Fixed typo in scripting_first_script.rst

ViktorVoloshko %!s(int64=2) %!d(string=hai) anos
pai
achega
6419421dbf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      getting_started/step_by_step/scripting_first_script.rst

+ 1 - 1
getting_started/step_by_step/scripting_first_script.rst

@@ -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::