fisrt commit
This commit is contained in:
17
node_modules/phaser/changelog/3.1.2/CHANGELOG-v3.1.2.md
generated
vendored
Normal file
17
node_modules/phaser/changelog/3.1.2/CHANGELOG-v3.1.2.md
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
# Phaser 3 Change Log
|
||||
|
||||
## Version 3.1.2 - Onishi - 23rd February 2018
|
||||
|
||||
### Updates
|
||||
|
||||
* Hundreds of JSDoc fixes across the whole API.
|
||||
* Tween.updateTweenData will now check to see if the Tween target still exists before trying to update its properties.
|
||||
* If you try to use a local data URI in the Loader it now console warns instead of logs (thanks @samme)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* The KeyCode `FORWAD_SLASH` had a typo and has been changed to `FORWARD_SLASH`. Fix #3271 (thanks @josedarioxyz)
|
||||
* Fixed issue with vertex buffer creation on Static Tilemap Layer, causing tilemap layers to appear black. Fix #3266 (thanks @akleemans)
|
||||
* Implemented Static Tilemap Layer scaling and Tile alpha support.
|
||||
* Fixed issue with null texture on Particle Emitter batch generation. This would manifest if you had particles with blend modes on-top of other images not appearing.
|
||||
* Added missing data parameter to ScenePlugin. Fixes #3810 (thanks @AleBles)
|
||||
Reference in New Issue
Block a user