mirror of
https://github.com/photonstorm/phaser
synced 2024-11-22 20:53:39 +00:00
parent
ca5cdf4b1a
commit
1c5a9d02ea
1 changed files with 1 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
# New Features
|
# New Features
|
||||||
|
|
||||||
* `BaseSoundManager.isPlaying` is a new method that will return a boolean if the given sound key is playing. If you don't provide a key, it will return a boolean if any sound is playing (thanks @samme)
|
* `BaseSoundManager.isPlaying` is a new method that will return a boolean if the given sound key is playing. If you don't provide a key, it will return a boolean if any sound is playing (thanks @samme)
|
||||||
|
* Added `dispatchContextLost` and `dispatchContextRestored` internal methods called by `contextLostHandler` and `contextRestoredHandler` for custom context overrides and error tracking. (@yaustar)
|
||||||
|
|
||||||
# WebGL Rendering Updates
|
# WebGL Rendering Updates
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue