diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-11-15 14:04:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-15 14:04:00 +0100 |
commit | d7190e04ed0ae5b23213a1ab829a6eb07f671f1a (patch) | |
tree | f2d144f6a018c0bd0874cd4203f6f056fc107f35 /doc/classes/RichTextLabel.xml | |
parent | 4b09e342756daa0453b834cde3cd32a0ed289546 (diff) | |
parent | 6c1bd4d227a85d690bb0e3a717aba67e77dbdfcc (diff) |
Merge pull request #54991 from akien-mga/dehardcode-docs-branch-url
Diffstat (limited to 'doc/classes/RichTextLabel.xml')
-rw-r--r-- | doc/classes/RichTextLabel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 3255c748b7..6bfaca8928 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -11,7 +11,7 @@ [b]Note:[/b] Unlike [Label], RichTextLabel doesn't have a [i]property[/i] to horizontally align text to the center. Instead, enable [member bbcode_enabled] and surround the text in a [code][center][/code] tag as follows: [code][center]Example[/center][/code]. There is currently no built-in way to vertically align text either, but this can be emulated by relying on anchors/containers and the [member fit_content_height] property. </description> <tutorials> - <link title="BBCode in RichTextLabel">https://docs.godotengine.org/en/latest/tutorials/ui/bbcode_in_richtextlabel.html</link> + <link title="BBCode in RichTextLabel">$DOCS_URL/tutorials/ui/bbcode_in_richtextlabel.html</link> <link title="GUI Rich Text/BBcode Demo">https://godotengine.org/asset-library/asset/132</link> <link title="OS Test Demo">https://godotengine.org/asset-library/asset/677</link> </tutorials> |