diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2020-08-31 15:32:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-31 15:32:19 +0200 |
commit | 0b4a325ddc2614f1c17a7873bf13f8bbdc3d3a95 (patch) | |
tree | 5cc6adf4fc52404b2d97ec3577481949018044f3 /doc/classes/AnimationNodeBlendSpace2D.xml | |
parent | 37443bf04d212b19d339e6197ab45fb0c4724fac (diff) | |
parent | c4903a603b819c6389f3a3a8a542be03a3a46aec (diff) |
Merge pull request #41048 from Calinou/doc-add-link-titles
Add link titles for all links in the class reference
Diffstat (limited to 'doc/classes/AnimationNodeBlendSpace2D.xml')
-rw-r--r-- | doc/classes/AnimationNodeBlendSpace2D.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/AnimationNodeBlendSpace2D.xml b/doc/classes/AnimationNodeBlendSpace2D.xml index f8680ba8ec..460c11cc5e 100644 --- a/doc/classes/AnimationNodeBlendSpace2D.xml +++ b/doc/classes/AnimationNodeBlendSpace2D.xml @@ -9,7 +9,7 @@ You can add vertices to the blend space with [method add_blend_point] and automatically triangulate it by setting [member auto_triangles] to [code]true[/code]. Otherwise, use [method add_triangle] and [method remove_triangle] to create up the blend space by hand. </description> <tutorials> - <link>https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree.html</link> + <link title="AnimationTree">https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree.html</link> </tutorials> <methods> <method name="add_blend_point"> |