https://github.com/phaserjs/editor-starter-template-basic-javascript
Basic JavaScript project template for Phaser Editor v4.
https://github.com/phaserjs/editor-starter-template-basic-javascript
Last synced: 27 days ago
JSON representation
Basic JavaScript project template for Phaser Editor v4.
- Host: GitHub
- URL: https://github.com/phaserjs/editor-starter-template-basic-javascript
- Owner: phaserjs
- Created: 2024-04-08T15:53:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-04T21:19:47.000Z (about 1 year ago)
- Last Synced: 2025-01-29T11:03:36.285Z (10 months ago)
- Language: JavaScript
- Size: 2.78 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Basic JavaScript project template for Phaser Editor v4.
This is a Phaser Editor v4 project template.
## Configuration
* It is coded in JavaScript.
* It includes a VS Code project configuration (`jsconfig.json` file) and the type definitions (in the `types/` folder).
## Script Nodes
Script nodes are logic objects. You can add a script node to the scene or a game object, for extending it with custom data and behavior.
This project includes the script libraries:
- [@phaserjs/editor-scripts-base](https://github.com/phaserjs/editor-scripts-base)