-
Given the following code sample ([live](https://jsfiddle.net/rblopes/qevdd1yj/)):
```js
class SceneA extends Phaser.Scene {
init() {
// NOTE: Should yield `SceneB { ... }`, etc.
cons…
-
npm run dev works fine :-)
npm run deploy fails:
ERROR in multi pixi p2 phaser webfontloader
Module not found: Error: Can't resolve 'p2' in 'phaser3-es6-webpack'
@ multi pixi p2 phaser webfo…
kfern updated
7 years ago
-
This Issue is about:
* A bug in the API v3.0.0-beta.6
I've created a repo for purposes of testing Phaser 3 here:
[https://github.com/pavle-goloskokovic/phaser3-test](https://github.com/pavle-g…
-
* A bug in the API (always say which version you're using!)
v3.0.0-beta.8
Beta 8 introduced an issue with `Curves.Spline` where the path is automatically closed instead of just drawing a stroke be…
-
Game works fine, but npm test list 88 problems (88 errors, 0 warnings)
kfern updated
7 years ago
-
I think you are missing a step in your instructions on this page in the "Download from NPM" section (doesn't build as easily as described):
https://phaser.io/phaser3/gettingstarted
I did this:
1.…
-
Is this possible to add another sprite to the sprite prefab using this method? http://phaser.io/docs/2.6.2/Phaser.Sprite.html#addChild
With context menu->add->sprite new sprite just replace existin…
-
Since Phaser2 is no longer being maintained, the production dependency should be switched from phaser to phaser-ce
-
This Issue is about (delete as applicable)
- A bug in the API
Example
```
var weapon = this.game.add.weapon(30);
weapon.autofire = true;
this.game.state.start('GameOver' ); //ERROR…
-
I've also got these errors:
- Error: Cannot find module './Scalar'
- Error: Cannot find module './Line'