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 0c0941e commit 1c510f9Copy full SHA for 1c510f9
getting_started/step_by_step/scripting_player_input.rst
@@ -109,7 +109,7 @@ Comment out the lines ``var velocity = Vector2.UP.rotated(rotation) * speed`` an
109
110
.. code-tab:: cpp C++
111
112
- // Vector2 velocity = Vector2(0, -1).rotated(get_rotation()) * speed;
+ //Vector2 velocity = Vector2(0, -1).rotated(get_rotation()) * speed;
113
114
// set_position(get_position() + velocity * p_delta);
115
0 commit comments