phaser/src/loader
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