mirror of
https://github.com/photonstorm/phaser
synced 2024-11-10 15:14:47 +00:00
Updated readme.
This commit is contained in:
parent
f0d7da1c56
commit
14dd1eabbf
1 changed files with 1 additions and 0 deletions
|
@ -265,6 +265,7 @@ If you are an exceptional JavaScript developer and would like to join the Phaser
|
|||
* TypeScript definitions fixes and updates (thanks @clark-stevenson @milkey-mouse @timotei @qdrj)
|
||||
* JSDoc typo fixes (thanks @rwrountree)
|
||||
* Math.average has been optimized (thanks @rwrountree #2025)
|
||||
* When calling GameObject.revive the `heal` method is called to apply the health value, allowing it to take into consideration a `maxHealth` value if set (thanks @bsparks #2027)
|
||||
* Change splice.call(arguments, ..) to use slice instead (thanks @pnstickne #2034 #2032)
|
||||
|
||||
### Bug Fixes
|
||||
|
|
Loading…
Reference in a new issue