phaser-on-nodejs icon indicating copy to clipboard operation
phaser-on-nodejs copied to clipboard

Allows you to run Phaser 3 game (including Phaser's physics engines) on Node.js

Results 6 phaser-on-nodejs issues
Sort by recently updated
recently updated
newest added

At the moment, the main loop consists of the `animationFrame` function that seems to always delay the next frame by a static number of milliseconds. By default this is around...

I'm getting the following error ``` [ERROR] 19:16:15 Error: ENOENT: no such file or directory, open '/app/node_modules/@geckos.io/phaser-on-nodejs/assets/tiles/map.json' Error: ENOENT: no such file or directory, open '/app/node_modules/@geckos.io/phaser-on-nodejs/assets/tiles/map.json' ``` My code looks...

**Describe the bug** Loving the project so far, thanks for keeping it up to date. I may be missing something but it seems plugins are not working for now -...

**Describe the bug** Using a minimal setup, the compilter throws the following error ``` [1] Error: Cannot find module 'phaser3spectorjs' [1] Require stack: [1] - /Users/kevinsensory/Coding/test/node_modules/phaser/src/renderer/webgl/WebGLRenderer.js [1] - /Users/kevinsensory/Coding/test/node_modules/phaser/src/renderer/webgl/index.js [1]...

**Describe the bug** Cannot run a project which imports `phaser-on-nodejs` in dev mode. When refreshing the page, i get the error `SecurityError: localStorage is not available for opaque origins` Seems...

**Describe the bug** Running into `Uncaught [ReferenceError: screen is not defined]` when the Phaser version is v3.90. The error disappears when Phaser is v3.87. ```bash Error: Uncaught [ReferenceError: screen is...