diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-09-27 18:32:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-27 18:32:58 +0200 |
commit | 93d42693a3e08ca2686088291f3b580beb043fa5 (patch) | |
tree | bb06008b7572a043f30e05c62a1f9a5e8cac7170 | |
parent | 72ab8ae0583ca9cf6c477a8c84eadd2b83991d02 (diff) | |
parent | 173b9e6be755e1a2303263231e75a78668a9aa00 (diff) |
Merge pull request #42372 from NathanLovato/docs/AnimationPlayer
Remove link to step-by-step/animations tutorial
-rw-r--r-- | doc/classes/AnimationPlayer.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index 8396cdb6cf..ac91272e00 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -9,7 +9,6 @@ Updating the target properties of animations occurs at process time. </description> <tutorials> - <link title="Animations">https://docs.godotengine.org/en/latest/getting_started/step_by_step/animations.html</link> <link title="2D Sprite animation">https://docs.godotengine.org/en/latest/tutorials/2d/2d_sprite_animation.html</link> <link title="Animation tutorial index">https://docs.godotengine.org/en/latest/tutorials/animation/index.html</link> </tutorials> |