phaser-webpack-loader
phaser-webpack-loader copied to clipboard
Asset loader for Phaser + Webpack.
I'm currently trying to load an atlas.png and atlas.json. However both without using this package and with using it, phaser breaks and gives the error: 'Local data URIs are not...
Add progress event, the current progress of the load. A value between 0 and 1.
Hello, Thanks for the great package albeit not seeing the `then()` fire once complete: ``` this.game.plugins.add(WebpackLoader, AssetManifest) .load() .then(() => { console.log('loaded assets...') this.game.state.start('Start'); }) .catch(err => { console.error(err); });...