瀏覽代碼

Rename intro to 2D animation page (3.3)

skyace65 4 年之前
父節點
當前提交
470f83e9d4
共有 3 個文件被更改,包括 5 次插入5 次删除
  1. 1 1
      tutorials/2d/2d_lights_and_shadows.rst
  2. 1 1
      tutorials/animation/index.rst
  3. 3 3
      tutorials/animation/introduction.rst

+ 1 - 1
tutorials/2d/2d_lights_and_shadows.rst

@@ -132,7 +132,7 @@ node, which is why we want the blob to be centered on its parent :ref:`Light <cl
 
 
 .. note:: At the time of writing, 3.0 is the stable release version. The 3.1 development branch contains
 .. note:: At the time of writing, 3.0 is the stable release version. The 3.1 development branch contains
           many changes to the animation system, so the animations in the demo will not be covered here.
           many changes to the animation system, so the animations in the demo will not be covered here.
-          See :ref:`doc_introduction_2d_animation` for more information.
+          See :ref:`doc_introduction_animation` for more information.
 
 
 Right now the scene should look too bright. This is because all three lights are adding color to the scene.
 Right now the scene should look too bright. This is because all three lights are adding color to the scene.
 This is why the demo uses a :ref:`CanvasModulate <class_CanvasModulate>` in the scene. The
 This is why the demo uses a :ref:`CanvasModulate <class_CanvasModulate>` in the scene. The

+ 1 - 1
tutorials/animation/index.rst

@@ -5,7 +5,7 @@ Animation
    :maxdepth: 1
    :maxdepth: 1
    :name: toc-learn-features-animation
    :name: toc-learn-features-animation
 
 
-   introduction_2d
+   introduction
    cutout_animation
    cutout_animation
    2d_skeletons
    2d_skeletons
    animation_tree
    animation_tree

+ 3 - 3
tutorials/animation/introduction_2d.rst → tutorials/animation/introduction.rst

@@ -1,7 +1,7 @@
-.. _doc_introduction_2d_animation:
+.. _doc_introduction_animation:
 
 
-Introduction to the 2D animation features
-=========================================
+Introduction to the animation features
+======================================
 
 
 Overview
 Overview
 --------
 --------