mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-11 05:19:50 +01:00
Ported: doc: Fix typo in "reset" method description. Change "all tweens are removed" to "all tweens are reset". Possibly this snippet was copy-pasted from the "remove" method description and not updated for "reset". - belzecue
803c5b9e22
This commit is contained in:
parent
2d6183beb7
commit
cbb1470a2e
@ -145,6 +145,7 @@
|
||||
<argument index="0" name="object" type="Object" />
|
||||
<argument index="1" name="key" type="StringName" default="""" />
|
||||
<description>
|
||||
Resets a tween to its initial value (the one given, not the one before the tween), given its object and property/method pair. By default, all tweens are reset, unless [code]key[/code] is specified.
|
||||
</description>
|
||||
</method>
|
||||
<method name="reset_all">
|
||||
|
Loading…
Reference in New Issue
Block a user