Skip to content

Commit 49f44b7

Browse files
committed
Replace screenshots showing animations against root Player node
1 parent 946fc52 commit 49f44b7

15 files changed

+10
-7
lines changed

getting_started/first_3d_game/09.adding_animations.rst

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,15 @@ position key to ``0.3`` seconds and the rotation key to ``0.1`` seconds.
102102
Move the time cursor to ``0.5`` seconds by clicking and dragging on the gray
103103
timeline.
104104

105-
.. image:: img/09.adding_animations/timeline_05_click.webp
105+
|timeline_05_click|
106106

107107
In the *Inspector*, set the *Position*'s *Y* axis to ``0.65`` meters and the *Rotation*' *X* axis to ``8``.
108108

109109
|image13|
110110

111111
Create a keyframe for both properties
112112

113-
.. image:: img/09.adding_animations/second_keys_both.webp
113+
|second_keys_both|
114114

115115
Now, move the position keyframe to ``0.7``
116116
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
129129
position to about ``0.35`` and the X rotation to ``-9`` degrees. Once again,
130130
create a key for both properties.
131131

132-
.. image:: img/09.adding_animations/animation_final_keyframes.webp
132+
|animation_final_keyframes|
133133

134134
You can preview the result by clicking the play button or pressing :kbd:`Shift + D`.
135135
Click the stop button or press :kbd:`S` to stop playback.
@@ -616,15 +616,18 @@ And the *Mob*'s script.
616616
.. |image8| image:: img/09.adding_animations/07.editable_timeline.webp
617617
.. |image9| image:: img/09.adding_animations/08.zoom_slider.webp
618618
.. |image10| image:: img/09.adding_animations/09.creating_first_keyframe.webp
619-
.. |image11| image:: img/09.adding_animations/10.initial_keys.webp
620-
.. |image12| image:: img/09.adding_animations/11.moving_keys.webp
619+
.. |image11| image:: img/09.adding_animations/10.initial_keys.png
620+
.. |image12| image:: img/09.adding_animations/11.moving_keys.png
621621
.. |image13| image:: img/09.adding_animations/12.second_keys_values.webp
622-
.. |image14| image:: img/09.adding_animations/13.second_keys.webp
622+
.. |image14| image:: img/09.adding_animations/13.second_keys.png
623623
.. |image15| image:: img/09.adding_animations/14.play_button.png
624-
.. |image16| image:: img/09.adding_animations/15.box_select.webp
624+
.. |image16| image:: img/09.adding_animations/15.box_select.png
625625
.. |image17| image:: img/09.adding_animations/16.easing_property.png
626626
.. |image18| image:: img/09.adding_animations/17.ease_out.png
627627
.. |image19| image:: img/09.adding_animations/18.ease_out_second_rotation_key.png
628628
.. |image20| image:: img/09.adding_animations/19.ease_in_second_translation_key.png
629629
.. |image21| image:: img/09.adding_animations/20.float_animation.gif
630630
.. |image22| image:: img/09.adding_animations/21.script_icon.png
631+
.. |animation_final_keyframes| image:: img/09.adding_animations/animation_final_keyframes.png
632+
.. |second_keys_both| image:: img/09.adding_animations/second_keys_both.png
633+
.. |timeline_05_click| image:: img/09.adding_animations/timeline_05_click.png
39.1 KB
Loading
Binary file not shown.
13.9 KB
Loading
Binary file not shown.
12.1 KB
Loading
Binary file not shown.
13 KB
Loading
Binary file not shown.
23.5 KB
Loading

0 commit comments

Comments
 (0)