From 3b080845a8c10f80c5c4de49b46248553807ba45 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Fri, 21 Aug 2020 14:25:12 +0200 Subject: [PATCH] Link to 2D Sprite animation tutorial in relevant class documentations (cherry picked from commit 6d62e8b917364f3b0e17f6907732d210248498b7) --- doc/classes/AnimatedSprite.xml | 1 + doc/classes/AnimatedSprite3D.xml | 1 + doc/classes/AnimationPlayer.xml | 1 + 3 files changed, 3 insertions(+) diff --git a/doc/classes/AnimatedSprite.xml b/doc/classes/AnimatedSprite.xml index 785d0ea09b4..986d452debe 100644 --- a/doc/classes/AnimatedSprite.xml +++ b/doc/classes/AnimatedSprite.xml @@ -7,6 +7,7 @@ Animations are created using a [SpriteFrames] resource, which can be configured in the editor via the SpriteFrames panel. + https://docs.godotengine.org/en/latest/tutorials/2d/2d_sprite_animation.html diff --git a/doc/classes/AnimatedSprite3D.xml b/doc/classes/AnimatedSprite3D.xml index 602a32e57fd..82f6ebd5214 100644 --- a/doc/classes/AnimatedSprite3D.xml +++ b/doc/classes/AnimatedSprite3D.xml @@ -7,6 +7,7 @@ Animations are created using a [SpriteFrames] resource, which can be configured in the editor via the SpriteFrames panel. + https://docs.godotengine.org/en/latest/tutorials/2d/2d_sprite_animation.html diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index bb1754b810b..d5f5b466347 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -10,6 +10,7 @@ https://docs.godotengine.org/en/latest/getting_started/step_by_step/animations.html + https://docs.godotengine.org/en/latest/tutorials/2d/2d_sprite_animation.html https://docs.godotengine.org/en/latest/tutorials/animation/index.html