Skip to content

Commit

Permalink
Merge pull request #36 from her001/patch-3
Browse files Browse the repository at this point in the history
Add a link + grammar fixes to "Animations"
  • Loading branch information
akien-mga committed Feb 29, 2016
2 parents abcb731 + 24f8f11 commit cf01020
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tutorials/step_by_step/animations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ Animations
Introduction
------------

This tutorial will explain how everything is animated in Godot. Godot
This tutorial will explain how everything is animated in Godot. Godot's
animation system is extremely powerful and flexible.

To begin, let's just use the scene from the previous tutorial (splash
screen). The goal will be to add a simple animation to it. Here's a copy
To begin, let's just use the scene from the previous tutorial (:ref:`doc_splash_screen`).
The goal will be to add a simple animation to it. Here's a copy
just in case: :download:`robisplash.zip </files/robisplash.zip>`.

Creating the animation
----------------------

First of all, add an :ref:`AnimationPlayer <class_AnimationPlayer>`
node to the scene, make it a child of bg (the root node):
node to the scene as a child of bg (the root node):

.. image:: /img/animplayer.png

Expand Down Expand Up @@ -78,7 +78,7 @@ Second, move the editor cursor to the end, by clicking here:

.. image:: /img/move_cursor.png

Change the logo position to 114,0 and a keyframe again. With two
Change the logo position to 114,0 and add a keyframe again. With two
keyframes, the animation happens.

.. image:: /img/animation.png
Expand Down

0 comments on commit cf01020

Please sign in to comment.