From 4639050c64ca7f03514109f9874cc1f9346d364c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Wed, 13 Jul 2022 16:00:23 +0200 Subject: 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'. --- doc/classes/SpriteFrames.xml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'doc/classes') 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 @@ - - - Compatibility property, always equals to an empty array. - - -- cgit v1.2.3