From 1f271e4be62496b52b4036a06f2257f114bba4ed Mon Sep 17 00:00:00 2001 From: Alexander Holland Date: Fri, 12 Oct 2018 16:43:03 +0200 Subject: [PATCH] Doc RichTextLabel push strikethrough and align --- doc/classes/RichTextLabel.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/classes/RichTextLabel.xml b/doc/classes/RichTextLabel.xml index 357d2e7a15..3371e4d66f 100644 --- a/doc/classes/RichTextLabel.xml +++ b/doc/classes/RichTextLabel.xml @@ -111,7 +111,7 @@ - Adds a [code][right][/code] tag to the tag stack. + Adds an alignment tag based on the given [code]align[/code] value. See [enum Align] for possible values. @@ -170,6 +170,7 @@ + Adds a [code][s][/code] tag to the tag stack.