mirror of
https://github.com/photonstorm/phaser
synced 2024-11-23 05:03:37 +00:00
readme update
This commit is contained in:
parent
98ae410c34
commit
1102299173
1 changed files with 1 additions and 0 deletions
|
@ -267,6 +267,7 @@ If you are an exceptional JavaScript developer and would like to join the Phaser
|
|||
* InputHandler.pointerOver would get stuck in an 'isOver' state if the Sprite changed its visibility during an onUp callback (thanks @Cristy94 #1955)
|
||||
* If you override the P2 mpx functions, to define your own px to meters values, the P2 Debug Bodies would ignore it (thanks @vrecluse #1957)
|
||||
* ArrayUtils.numberArrayStep would return an empty array if a single parameter was given, instead of a single step array (thanks @pooya72 #1958)
|
||||
* Text with tints applied wouldn't update properly in Canvas mode.
|
||||
* Removed use of the deprecated `enterFullScreen` and `leaveFullScreen` signals from the Scale Manager (thanks @mmanlod #1972)
|
||||
|
||||
For changes in previous releases please see the extensive [Version History](https://github.com/photonstorm/phaser/blob/master/CHANGELOG.md).
|
||||
|
|
Loading…
Reference in a new issue