mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
Readme update.
This commit is contained in:
parent
a1d9d0bb95
commit
eaf582ba4f
1 changed files with 4 additions and 1 deletions
|
@ -275,12 +275,14 @@ If you are an exceptional JavaScript developer and would like to join the Phaser
|
|||
### Updates
|
||||
|
||||
* TypeScript definitions fixes and updates (thanks @zimpy @iamfreee @milkey-mouse @juanmirod @danzel)
|
||||
* Docs typo fixes (thanks @zeterain @staff0rd @milkey-mouse @dick-clark)
|
||||
* Docs typo fixes (thanks @zeterain @staff0rd @milkey-mouse @dick-clark @nlotz)
|
||||
* Emitter methods `at`, `explode`, `flow`, `kill`, `revive`, `setAlpha`, `setRotation`, `setScale`, `setSize`, `setXSpeed`, `setYSpeed` and `start` now return the Emitter instance for better method chaining (thanks @samme #2308)
|
||||
* Tilemap.hasTile will now return `false` if the Tile doesn't exist in the coordinates given (which can happen if the coordinates are out of bounds) (thanks @cy-ryo-fujiwara #2304)
|
||||
* Update FrameData to check if both the numeric index was set and exists. Should fix Phaser Tiled integration as a result (thanks @Weedshaker #2298)
|
||||
* Loader.loadUpdate now gets one final call when the loading is complete (before it would end and then call loadComplete, but if you had a callback bound to loadUpdate you'd never get that final 100% load event). (thanks @nexiuhm @McFarts #2297 #2296)
|
||||
* The TypeScript definitions now have Phaser exported as a module in the header. This allows you to import / require the Phaser TypeScript defs (thanks @PixelWaffles #2255)
|
||||
* BitmapData.setHSL now accepts 0 as a valid parameter (thanks @FracturedShader #2209)
|
||||
* Force the usage of typescript 1.4.1 in the package.json so that the TypeScript defs with comments is rebuilt properly again (thanks @vulvulune #2198)
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
|
@ -294,6 +296,7 @@ If you are an exceptional JavaScript developer and would like to join the Phaser
|
|||
* Added `removeAll` to TweenManagers stub, so the call from the StageManager doesn't throw an error in a custom build (thanks @RetrocadeNet #2284)
|
||||
* Loader.binary would return a success even if the xhr'd file returned a 404 or similar (thanks @milkey-mouse @mhstar89 #2251 #2250)
|
||||
* When loading audio or video from blob or data URIs, the local variable was replaced too soon, throwing errors in `getAudioURL` and `getVideoURL` (thanks @milkey-mouse @jackfreak #2236 #2234)
|
||||
* Tween.hasStarted parameter was set to `false` when the tween was created, but not set again when the tween was stopped or ends. If `Tween.start` is used more than once the `onStart` callback is called only the first time (thanks @javivi91 #2199)
|
||||
|
||||
### Pixi Updates
|
||||
|
||||
|
|
Loading…
Reference in a new issue