var systemComponents = { "tab-buttons": { props: ["layer", "data", "name"], template: `
` }, "tree-node": { props: ["layer", "abb", "size"], template: ` ` }, "layer-tab": { props: ["layer", "back", "spacing", "embedded"], template: `


` }, "overlay-head": { template: `

Dev Speed: {{format(player.devSpeed)}}x

Offline Time: {{formatTime(player.offTime.remain)}}

Reach {{formatWhole(ENDGAME)}} to beat the game!
` }, "info-tab": { template: `

{{modInfo.name}}


{{VERSION.withName}}


Made by {{modInfo.author}}

The Modding Tree {{TMT_VERSION.tmtNum}} by Acamaeda
The Prestige Tree made by Jacorb and Aarex
Original idea by papyrus (on discord)
My plaza profile
Electricity beam modified from code by Anders Grimsrud (under MIT license)


{{modInfo.discordName}}
The Modding Tree Discord
Main Prestige Tree server


Time Played: {{ formatTime(player.timePlayed) }}

Hotkeys



{{key.description}}
` }, "options-tab": { template: `
` }, "back-button": { template: ` ` } };