Skip to content

Adding A New Scene To Coordinator

Logodaedalus edited this page Nov 26, 2018 · 3 revisions
  1. Add your scene to main.js
    • add the scene's data and config file alias and location under the paths section
  2. In Coordinator.js...
    • add your scene's alias to the define object at the top of the file (make sure it's in the correct order)
    • add your scene to the "scenes" object in settings at the top
    • add your scene to the "sceneOrder" array in the settings at the top
Clone this wiki locally