Browse Source

Merge pull request #2738 from YeldhamDev/more_corrections

Fix mistakes in some recent tutorials changes
Michael Alexsander 5 years ago
parent
commit
04773e57fc
2 changed files with 3 additions and 3 deletions
  1. 1 1
      tutorials/3d/high_dynamic_range.rst
  2. 2 2
      tutorials/animation/introduction_2d.rst

+ 1 - 1
tutorials/3d/high_dynamic_range.rst

@@ -25,7 +25,7 @@ in the game engine; there is only a potentially infinitely wide range of intensi
 values generated per frame of rendering.
 values generated per frame of rendering.
 
 
 This means that some transformation of the scene light intensity, also known
 This means that some transformation of the scene light intensity, also known
-as _scene referred_ light ratios, need to be transformed and mapped to fit
+as scene-referred light ratios, need to be transformed and mapped to fit
 within the particular output range of the chosen display. This can be most
 within the particular output range of the chosen display. This can be most
 easily understood if we consider virtually photographing our game engine scene
 easily understood if we consider virtually photographing our game engine scene
 through a virtual camera. Here, our virtual camera would apply a particular
 through a virtual camera. Here, our virtual camera would apply a particular

+ 2 - 2
tutorials/animation/introduction_2d.rst

@@ -378,7 +378,7 @@ click the "Insert Key" option. This will bring up a list of methods
 that can be called for the AudioStreamPlayer node. Select the first
 that can be called for the AudioStreamPlayer node. Select the first
 one.
 one.
 
 
-.. image:: img/animation_method_list.png
+.. image:: img/animation_method_options.png
 
 
 When Godot reaches the keyframe, Godot calls the
 When Godot reaches the keyframe, Godot calls the
 :ref:`class_AnimationPlayer` node's "play" function and the stream
 :ref:`class_AnimationPlayer` node's "play" function and the stream
@@ -387,7 +387,7 @@ plays.
 You can change its position by dragging it on the timeline, you can also
 You can change its position by dragging it on the timeline, you can also
 click on the keyframe and use the keyframe settings in the inspector.
 click on the keyframe and use the keyframe settings in the inspector.
 
 
-.. img:: img/animation_call_method_keyframe.png
+.. image:: img/animation_call_method_keyframe.png
 
 
 .. |Play from beginning| image:: img/animation_play_from_beginning.png
 .. |Play from beginning| image:: img/animation_play_from_beginning.png
 .. |Add Animation| image:: img/animation_add.png
 .. |Add Animation| image:: img/animation_add.png