https://github.com/phaserjs/editor-example-shmup
A Phaser Editor example of the Shmup game.
https://github.com/phaserjs/editor-example-shmup
Last synced: 4 months ago
JSON representation
A Phaser Editor example of the Shmup game.
- Host: GitHub
- URL: https://github.com/phaserjs/editor-example-shmup
- Owner: phaserjs
- Created: 2025-03-19T02:42:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-03-31T18:01:10.000Z (7 months ago)
- Last Synced: 2025-03-31T18:37:54.837Z (7 months ago)
- Language: JavaScript
- Size: 1.28 MB
- Stars: 0
- Watchers: 2
- 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)