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
2025-03-08 09:18:13 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
4da3b15ae2
phaser
/
src
/
loader
History
photonstorm
7817d47a25
Updated Cache docs.
2016-06-14 12:18:32 +01:00
..
Cache.js
Updated Cache docs.
2016-06-14 12:18:32 +01:00
Loader.js
When the Loader loads audio via the Audio tag, instead of Web Audio, it used to use
Phaser.GAMES[_this.game.id].load
as the callback handler, which would stop it from working if you had multiple Loaders set-up within Phaser. It now uses a local reference to
_this
instead (thanks @SBCGames
#2435
)
2016-04-18 16:44:28 +01:00
LoaderParser.js
2015 - 2016.
2016-04-04 22:16:16 +01:00