summaryrefslogtreecommitdiff
path: root/doc/classes/Tween.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/classes/Tween.xml')
-rw-r--r--doc/classes/Tween.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/Tween.xml b/doc/classes/Tween.xml
index 23229aec4a..b11498083b 100644
--- a/doc/classes/Tween.xml
+++ b/doc/classes/Tween.xml
@@ -423,10 +423,10 @@
</signals>
<constants>
<constant name="TWEEN_PROCESS_PHYSICS" value="0">
- The [Tween] should use [code]_physics_process[/code] for timekeeping when this is enabled.
+ The [code]Tween[/code] should use [code]_physics_process[/code] for timekeeping when this is enabled.
</constant>
<constant name="TWEEN_PROCESS_IDLE" value="1">
- The [Tween] should use [code]_process[/code] for timekeeping when this is enabled (default).
+ The [code]Tween[/code] should use [code]_process[/code] for timekeeping when this is enabled (default).
</constant>
<constant name="TRANS_LINEAR" value="0">
Means that the animation is interpolated linearly.