Browse Source

Merge pull request #5538 from zacryol/animation-parenting-fix

Reverse parenting order of Sprite and AnimationPlayer in tutorial
Max Hilbrunner 3 years ago
parent
commit
ef5da7cc32

BIN
tutorials/animation/img/animation_animation_player_tree.png


+ 1 - 1
tutorials/animation/introduction.rst

@@ -107,7 +107,7 @@ Tutorial: Creating a simple animation
 Scene setup
 ~~~~~~~~~~~
 
-For this tutorial, we'll create an AnimationPlayer node with a sprite node as
+For this tutorial, we'll create a Sprite node with an AnimationPlayer as
 its child. We will animate the sprite to move between two points on the screen.
 
 .. figure:: img/animation_animation_player_tree.png