summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-10-13 21:04:32 +0200
committerGitHub <noreply@github.com>2021-10-13 21:04:32 +0200
commitd956904091b620bea5ee6eec9bd1413a97bba69a (patch)
treeaace7a159adf5b3337a093441820164d602a4e1b /doc
parenta801a2031dd55ab365da82c1f6bd90bf85f352fb (diff)
parentbf5f5e159e417deb03d50d3daefe6813f1577540 (diff)
Merge pull request #53597 from Xeadriel/patch-1
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/CharFXTransform.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CharFXTransform.xml b/doc/classes/CharFXTransform.xml
index 2d8e7817c1..b11d9c341a 100644
--- a/doc/classes/CharFXTransform.xml
+++ b/doc/classes/CharFXTransform.xml
@@ -15,7 +15,7 @@
The color the character will be drawn with.
</member>
<member name="elapsed_time" type="float" setter="set_elapsed_time" getter="get_elapsed_time" default="0.0">
- The time elapsed since the [RichTextLabel] was added to the scene tree (in seconds). Time stops when the project is paused depending on the value of the [RichTextLabel]'s [member Node.process_mode].
+ The time elapsed since the [RichTextLabel] was added to the scene tree (in seconds). Time stops when the [RichTextLabel] is paused (see [member Node.process_mode]). Resets when the text in the [RichTextLabel] is changed.
[b]Note:[/b] Time still passes while the [RichTextLabel] is hidden.
</member>
<member name="env" type="Dictionary" setter="set_environment" getter="get_environment" default="{}">