summaryrefslogtreecommitdiff
path: root/doc/classes
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-07-13 16:00:23 +0200
committerRémi Verschelde <rverschelde@gmail.com>2022-07-13 16:15:11 +0200
commit4639050c64ca7f03514109f9874cc1f9346d364c (patch)
tree4830471c30c0bcb104995ad7b5aaa921d56f5f3e /doc/classes
parentdc5a6362c17b3a2bdae13e40ce9c5b6fa990e04e (diff)
SpriteFrames: Sort animations alphabetically
And finally remove the 'frames' property which was added for compatibility with 2.1 in bed3efb17ede58a2bfc177b47cb3a49091aea30a. Fixes #21765. The 'animations' property on the other hand is needed, contrarily to what its comment said (copy-paste mistake probably). Also removes unused '_get_animation_list'.
Diffstat (limited to 'doc/classes')
-rw-r--r--doc/classes/SpriteFrames.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/doc/classes/SpriteFrames.xml b/doc/classes/SpriteFrames.xml
index b0d1e1efcf..0d423630d4 100644
--- a/doc/classes/SpriteFrames.xml
+++ b/doc/classes/SpriteFrames.xml
@@ -130,9 +130,4 @@
</description>
</method>
</methods>
- <members>
- <member name="frames" type="Array" setter="_set_frames" getter="_get_frames">
- Compatibility property, always equals to an empty array.
- </member>
- </members>
</class>