Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 1.17 KB

File metadata and controls

29 lines (16 loc) · 1.17 KB

Phase Editor Script Nodes Tutorial Project

An example Phaser Editor v4 project that recreates the Sunny Land Template title scene, but with the power of Script Nodes!

This project was built as part of the Phaser Editor Script Nodes Tutorial video that is hosted on YouTube here:

Demo

You can find a demo of the title scene here: Script Nodes.

Demo 1

Example of the button example that is built with Script Nodes:

Demo 2

Credits

All of the assets used in this project can be found here:

Configuration

  • It is coded in JavaScript.
  • It includes a VS Code project configuration (jsconfig.json file) and the type definitions (in the types/ folder).