This is a Phaser Editor 2D v3 project template.
- It includes the latest Phaser v3 runtime (in the
lib/folder). - It is coded in JavaScript.
- It includes a VS Code project configuration (
jsconfig.jsonfile) and the type definitions (in thetypes/folder).
If you have NodeJS installed, you can run the editor using the editor NPM script, defined in the package.json file:
$ npm install
$ npm run editorIf you are in a remote environment (like the Gitpod.io IDE), then run the editor like this:
$ npm run editor-remoteIf you want to see all the editor options, run:
$ npx phasereditor2d-launcher -helpIf Phaser Editor 2D Core is globally installed, you can run:
$ PhaserEditor2D -project .

