You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 23, 2024. It is now read-only.
use the createSystem fucntion to set up the system
(()=>{if(Object.hasOwn(globalThis,"STB_EDITOR")){STB_EDITOR.createSystem({// System IDid:"my-new-system",//System Iconimg:"https://avatars.githubusercontent.com/u/583231",/// System Nametitle:"An Excelent System",// System Descriptionsummary:"This is a sample game system",// In-editor conficpanel:{html:`<p>This is a new system</p>`,},});// Initialize Editor Stuffconsole.info("Hello Editor");}// Game Engine Stuffconsole.info("Hello Engine");})();
Once the engine becomes more fleshed out you will be able to see system examples.