From 6419421dbffc5a88a3ed5871b2cf4c88c3db8999 Mon Sep 17 00:00:00 2001 From: ViktorVoloshko Date: Mon, 3 Jul 2023 03:26:42 +0300 Subject: [PATCH] Fixed typo in scripting_first_script.rst --- getting_started/step_by_step/scripting_first_script.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/step_by_step/scripting_first_script.rst b/getting_started/step_by_step/scripting_first_script.rst index 701bb7b193f..14ac3ce538a 100644 --- a/getting_started/step_by_step/scripting_first_script.rst +++ b/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::