Update CHANGELOG-v3.60.md

This commit is contained in:
Richard Davey 2021-12-14 17:46:13 +00:00
parent 8a38f04ef2
commit ba68697ba2

View file

@ -115,6 +115,8 @@ The following are API-breaking, in that a new optional parameter has been insert
* `TileMap.createBlankDynamicLayer` has now been removed as it was deprecated in 3.50.
* `TileMap.createDynamicLayer` has now been removed as it was deprecated in 3.50.
* `TileMap.createStaticLayer` has now been removed as it was deprecated in 3.50.
* `Animations.AnimationManager.createFromAseprite` has a new optional 3rd parameter `target`. This allows you to create the animations directly on a Sprite, instead of in the global Animation Manager (thanks Telemako)
* `Animations.AnimationState.createFromAseprite` is a new method that allows you to create animations from exported Aseprite data directly on a Sprite, rather than always in the global Animation Manager (thanks Telemako)
### Bug Fixes