diff --git a/getting_started/first_3d_game/09.adding_animations.rst b/getting_started/first_3d_game/09.adding_animations.rst index 42d118ad8..104c675c4 100644 --- a/getting_started/first_3d_game/09.adding_animations.rst +++ b/getting_started/first_3d_game/09.adding_animations.rst @@ -102,7 +102,7 @@ position key to ``0.3`` seconds and the rotation key to ``0.1`` seconds. Move the time cursor to ``0.5`` seconds by clicking and dragging on the gray timeline. -.. image:: img/09.adding_animations/timeline_05_click.webp +|timeline_05_click| In the *Inspector*, set the *Position*'s *Y* axis to ``0.65`` meters and the *Rotation*' *X* axis to ``8``. @@ -110,7 +110,7 @@ In the *Inspector*, set the *Position*'s *Y* axis to ``0.65`` meters and the *Ro Create a keyframe for both properties -.. image:: img/09.adding_animations/second_keys_both.webp +|second_keys_both| Now, move the position keyframe to ``0.7`` seconds by dragging it on the timeline. @@ -129,7 +129,7 @@ Move the time cursor to the end of the animation, at ``1.2`` seconds. Set the Y position to about ``0.35`` and the X rotation to ``-9`` degrees. Once again, create a key for both properties. -.. image:: img/09.adding_animations/animation_final_keyframes.webp +|animation_final_keyframes| You can preview the result by clicking the play button or pressing :kbd:`Shift + D`. Click the stop button or press :kbd:`S` to stop playback. @@ -628,3 +628,6 @@ And the *Mob*'s script. .. |image20| image:: img/09.adding_animations/19.ease_in_second_translation_key.png .. |image21| image:: img/09.adding_animations/20.float_animation.gif .. |image22| image:: img/09.adding_animations/21.script_icon.png +.. |animation_final_keyframes| image:: img/09.adding_animations/animation_final_keyframes.webp +.. |second_keys_both| image:: img/09.adding_animations/second_keys_both.webp +.. |timeline_05_click| image:: img/09.adding_animations/timeline_05_click.webp diff --git a/getting_started/first_3d_game/img/09.adding_animations/10.initial_keys.webp b/getting_started/first_3d_game/img/09.adding_animations/10.initial_keys.webp index 880a16b3e..f9d13ec63 100644 Binary files a/getting_started/first_3d_game/img/09.adding_animations/10.initial_keys.webp and b/getting_started/first_3d_game/img/09.adding_animations/10.initial_keys.webp differ diff --git a/getting_started/first_3d_game/img/09.adding_animations/11.moving_keys.webp b/getting_started/first_3d_game/img/09.adding_animations/11.moving_keys.webp index 764db2ae1..171787007 100644 Binary files a/getting_started/first_3d_game/img/09.adding_animations/11.moving_keys.webp and b/getting_started/first_3d_game/img/09.adding_animations/11.moving_keys.webp differ diff --git a/getting_started/first_3d_game/img/09.adding_animations/13.second_keys.webp b/getting_started/first_3d_game/img/09.adding_animations/13.second_keys.webp index 939762bbf..8333c9eca 100644 Binary files a/getting_started/first_3d_game/img/09.adding_animations/13.second_keys.webp and b/getting_started/first_3d_game/img/09.adding_animations/13.second_keys.webp differ diff --git a/getting_started/first_3d_game/img/09.adding_animations/15.box_select.webp b/getting_started/first_3d_game/img/09.adding_animations/15.box_select.webp index 0e7e47229..ae4041f52 100644 Binary files a/getting_started/first_3d_game/img/09.adding_animations/15.box_select.webp and b/getting_started/first_3d_game/img/09.adding_animations/15.box_select.webp differ diff --git a/getting_started/first_3d_game/img/09.adding_animations/animation_final_keyframes.webp b/getting_started/first_3d_game/img/09.adding_animations/animation_final_keyframes.webp index d221bf7a3..fb86da633 100644 Binary files a/getting_started/first_3d_game/img/09.adding_animations/animation_final_keyframes.webp and b/getting_started/first_3d_game/img/09.adding_animations/animation_final_keyframes.webp differ diff --git a/getting_started/first_3d_game/img/09.adding_animations/second_keys_both.webp b/getting_started/first_3d_game/img/09.adding_animations/second_keys_both.webp index f270fad6c..71589bdf7 100644 Binary files a/getting_started/first_3d_game/img/09.adding_animations/second_keys_both.webp and b/getting_started/first_3d_game/img/09.adding_animations/second_keys_both.webp differ diff --git a/getting_started/first_3d_game/img/09.adding_animations/timeline_05_click.webp b/getting_started/first_3d_game/img/09.adding_animations/timeline_05_click.webp index c21445d27..762f3759e 100644 Binary files a/getting_started/first_3d_game/img/09.adding_animations/timeline_05_click.webp and b/getting_started/first_3d_game/img/09.adding_animations/timeline_05_click.webp differ