This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
phaser
Watch
2
Star
0
Fork
You've already forked phaser
0
mirror of
https://github.com/photonstorm/phaser
synced
2024-12-17 08:33:40 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
425ee09047
phaser
/
src
/
sound
History
Richard Davey
425ee09047
Sound.onEndedHandler now sets Sound.currentTime to be Sound.durationMS (thanks @stoneman1
#2237
)
2016-02-02 01:08:45 +00:00
..
AudioSprite.js
All undefined argument checks were changed from
if (typeof x === 'undefined')
to
if (x === undefined)
removing the typeof check and saving some bytes across the codebase in the process.
2015-07-22 10:37:15 +01:00
Sound.js
Sound.onEndedHandler now sets Sound.currentTime to be Sound.durationMS (thanks @stoneman1
#2237
)
2016-02-02 01:08:45 +00:00
SoundManager.js
SoundManager.destroy now calls AudioContext.close (thanks @stoneman1
#2237
)
2016-02-02 01:08:35 +00:00