Browse Source

3D game: Fix translation/rotation values to be the same as in images (#4577)

Quick fix to values for translation and rotation since the images show the values in reverse.
(In the picture translation is 0.2 and rotation 0.1)
viksl 4 years ago
parent
commit
d1ff7cdc67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      getting_started/first_3d_game/09.adding_animations.rst

+ 1 - 1
getting_started/first_3d_game/09.adding_animations.rst

@@ -90,7 +90,7 @@ Two tracks appear in the editor with a diamond icon representing each keyframe.
 |image11|
 
 You can click and drag on the diamonds to move them in time. Move the
-translation key to ``0.1`` seconds and the rotation key to ``0.2`` seconds.
+translation key to ``0.2`` seconds and the rotation key to ``0.1`` seconds.
 
 |image12|