doc: Fix references to online tutorials after godotengine/godot-docs#1015

This commit is contained in:
Rémi Verschelde 2018-01-25 09:03:59 +01:00
parent d516aab8fa
commit f2e3825616
69 changed files with 78 additions and 78 deletions

View file

@ -7,8 +7,8 @@
An animation player is used for general purpose playback of [Animation] resources. It contains a dictionary of animations (referenced by name) and custom blend times between their transitions. Additionally, animations can be played and blended in different channels.
</description>
<tutorials>
http://docs.godotengine.org/en/3.0/learning/step_by_step/animations.html
http://docs.godotengine.org/en/3.0/learning/features/animation/index.html
http://docs.godotengine.org/en/3.0/getting_started/step_by_step/animations.html
http://docs.godotengine.org/en/3.0/tutorials/animation/index.html
</tutorials>
<demos>
</demos>