diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-04-28 20:23:41 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-04-28 21:19:01 +0800 |
commit | 6c01ef8f4ccecc6dc2f05dd7db999d1b7749ae71 (patch) | |
tree | 79c79a8f64d8024fe1db6bc0c5d88ea57740f3be /doc/classes/Tweener.xml | |
parent | d25c3aaaa708b7d8d001f56ca03ffe9bffeb8798 (diff) | |
download | redot-engine-6c01ef8f4ccecc6dc2f05dd7db999d1b7749ae71.tar.gz |
Miscellaneous Tween fixes
Diffstat (limited to 'doc/classes/Tweener.xml')
-rw-r--r-- | doc/classes/Tweener.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Tweener.xml b/doc/classes/Tweener.xml index 3392f9ee23..721ed4e13e 100644 --- a/doc/classes/Tweener.xml +++ b/doc/classes/Tweener.xml @@ -4,7 +4,7 @@ Abstract class for all Tweeners used by [Tween]. </brief_description> <description> - Tweeners are objects that perform a specific animating task, e.g. interpolating a property or calling a method at a given time. A [Tweener] can't be created manually, you need to use a dedicated method from [Tween] or [Node]. + Tweeners are objects that perform a specific animating task, e.g. interpolating a property or calling a method at a given time. A [Tweener] can't be created manually, you need to use a dedicated method from [Tween]. </description> <tutorials> </tutorials> |