phaser-es6-webpack icon indicating copy to clipboard operation
phaser-es6-webpack copied to clipboard

A bootstrap project for create games with Phaser + ES6 + Webpack.

Results 8 phaser-es6-webpack issues
Sort by recently updated
recently updated
newest added

In branch "Phaser3", when I try to run "npm run dev" it throws this error, listing with npm run, only "deploy" appears.

> **I run "npm run deploy". After the build dir created in root dir, the error occured.** - 0 info it worked if it ends with ok - 1 verbose...

code in Game.js create function() `this.game.time.events.loop(900,console.log('test'), this); this.game.time.events.stop(false); this.game.time.events.start();` error message: Uncaught TypeError: Cannot read property 'apply' of undefined

1. Building Cordova for xcode 10. - Since the update to xcode 10 `cordova run ios` does not work, instead use: - `cordova run ios --buildFlag='-UseModernBuildSystem=0'` 2. I believe any...

enhancement

Add template for tests

enhancement

I have create the branch 'phaser3' to start with the implementation of the new release of the library. Does anyone have any ideas or suggestions to implement? Any functionality to...

enhancement
help wanted

Completed the migration of the bootstrap js files to typescript

Not entirely sure if this breaks things in other environments, but by importing using 'phaser-ce' instead of 'phaser' (which isn't a dependency) code completion/intellisense works in VS Code now without...