https://github.com/phaserjs/phaser-editor-v5-starter-templates
Starter templates and examples for Phaser Editor v5
https://github.com/phaserjs/phaser-editor-v5-starter-templates
Last synced: 3 months ago
JSON representation
Starter templates and examples for Phaser Editor v5
- Host: GitHub
- URL: https://github.com/phaserjs/phaser-editor-v5-starter-templates
- Owner: phaserjs
- Created: 2025-04-01T14:51:44.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-07-03T16:08:15.000Z (4 months ago)
- Last Synced: 2025-07-03T16:42:52.800Z (4 months ago)
- Language: JavaScript
- Size: 24.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
## Phaser Editor v5 templates
Official starter and example templates for Phaser Editor v5.
Run `build.js` to create the `build/` folder with the templates metadata and zips.
The environment variable `PHASER_EDITOR_V5_TEMPLATES_URL` should contain the url of the templates site. You can add this var to a `.env` file in the root of the project. For example:
```bash
PHASER_EDITOR_V5_TEMPLATES_URL=https://mywebsite.com/templates
```
## Update Phaser
You can run the script `./update-phaser.js` to update the Phaser version in all templates.
Since you updated the Phaser version, you need to increment the version of each template:
`./increment-version-all-projects.js`
And build the metadata a and zip files again:
`./build.js`