mirror of
https://github.com/photonstorm/phaser
synced 2024-11-26 06:30:38 +00:00
Update CHANGELOG-v3.60.md
This commit is contained in:
parent
8a38f04ef2
commit
ba68697ba2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue