Remove outdated info from intro to animation editor page (#3029)

Remove outdated info from intro to animation editor page
This commit is contained in:
Hugo Locurcio
2020-01-03 00:03:02 +01:00
committed by GitHub
2 changed files with 0 additions and 18 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.4 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -57,9 +57,6 @@ It consists of four parts:
- The timeline and track controls, where you can zoom the timeline and
edit tracks for example.
See the `animation panel reference <#animation-panel-reference>`__ below
for details.
Computer animation relies on keyframes
--------------------------------------
@@ -169,21 +166,6 @@ the timeline:
The sprite track
The track name consists of a Node Path, followed by a colon, followed by
a reference to its property, that we would like to modify.
In our example, the path is ``AnimationPlayer/Sprite`` and the property
is ``position``.
The path always starts at the AnimationPlayer node's parent (so paths
always have to include the AnimationPlayer node itself).
.. note::
Don't worry if you change the names of nodes in the Scene Tree, that you
already have tracks for. Godot automatically updates the paths in the
tracks.
The second keyframe
~~~~~~~~~~~~~~~~~~~