-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
Closed
Description
Your Godot version:
v3.2.3.stable
Issue description:
in step by step tutorial > your first game:
The code calculating the speed of player sprite is wrong. In the original code the variable speed is not multiplied, which causes the actual speed is only 1 pixel/sec. Such a low speed is hard to tell at a glance.
URL to the documentation page:
https://docs.godotengine.org/en/stable/getting_started/step_by_step/your_first_game.html