Rename intro to 2D animation page (3.3)

This commit is contained in:
skyace65
2021-03-19 22:28:42 -04:00
parent ede02a0dae
commit 470f83e9d4
3 changed files with 5 additions and 5 deletions

View File

@@ -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
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.
This is why the demo uses a :ref:`CanvasModulate <class_CanvasModulate>` in the scene. The