Discourage reusing Tweens

This commit is contained in:
kobewi
2023-03-02 23:47:24 +01:00
parent 31eccb5501
commit 9785b23a0a
3 changed files with 4 additions and 5 deletions

View File

@ -88,7 +88,7 @@
<method name="create_tween">
<return type="Tween" />
<description>
Creates and returns a new [Tween].
Creates and returns a new [Tween]. The Tween will start automatically on the next process frame or physics frame (depending on [enum Tween.TweenProcessMode]).
</description>
</method>
<method name="get_first_node_in_group">