mirror of
https://github.com/photonstorm/phaser
synced 2025-02-18 06:58:30 +00:00
Updated change log
This commit is contained in:
parent
34e5a282d2
commit
6b77ca6ae5
1 changed files with 6 additions and 0 deletions
|
@ -3,9 +3,15 @@
|
||||||
## Version 3.2.0 - In Development
|
## Version 3.2.0 - In Development
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Arcade Physics Bodies didn't apply the results of `allowRotation` to the parent Game Object.
|
||||||
|
|
||||||
### Updates
|
### Updates
|
||||||
|
|
||||||
|
* AnimationComponent.play now calls `setSizeToFrame()` and `updateDisplayOrigin()` on the parent Game Object in order to catch situations where you've started playing an animation on a Game Object that uses a different size to the previously set frame.
|
||||||
|
|
||||||
## Version 3.1.2 - 23rd February 2018
|
## Version 3.1.2 - 23rd February 2018
|
||||||
|
|
||||||
### Updates
|
### Updates
|
||||||
|
|
Loading…
Add table
Reference in a new issue