An open API service indexing awesome lists of open source software.

https://github.com/phaserjs/editor-starter-template-box2d

Phaser Editor project template for Box2D
https://github.com/phaserjs/editor-starter-template-box2d

Last synced: 5 months ago
JSON representation

Phaser Editor project template for Box2D

Awesome Lists containing this project

README

          

# Basic JavaScript project template for Phaser Editor v4 and Box2D.

This is a Phaser Editor v4 project template. It includes Box2D library and a scene with a simple example of a Box2D world.

## 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)