mirror of
https://github.com/photonstorm/phaser
synced 2024-11-11 07:34:43 +00:00
Fix for incorrect new particle positioning (issue #73)
This commit is contained in:
parent
e3384b7ff7
commit
e846f3cbac
1 changed files with 3 additions and 0 deletions
|
@ -55,6 +55,9 @@ Version 1.0.7 (in progress in the dev branch)
|
|||
* Fixed an issue where Tweens.removeAll wasn't clearing tweens in the addition queue.
|
||||
* Change: When you swap State all active tweens are now purged.
|
||||
* BUG: Loader conflict if 2 keys are the same even if they are in different packages (i.e. "title" for picture and audio).
|
||||
* Fixed Particle Emitters when using Emitter width/height (thanks XekeDeath)
|
||||
* Made animation looping more robust when skipping frames (thanks XekeDeath)
|
||||
* Fix for incorrect new particle positioning (issue #73) (thanks cottonflop)
|
||||
|
||||
|
||||
* TODO: addMarker hh:mm:ss:ms
|
||||
|
|
Loading…
Reference in a new issue