1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-04-24 02:01:03 +00:00

Moved tutorials, added startNavTab

This commit is contained in:
Harley White 2021-05-27 00:54:58 -04:00
parent c6f0dd9c48
commit 3a7cd62bcc
10 changed files with 17 additions and 7 deletions
js/utils

View file

@ -5,7 +5,7 @@ function save() {
function startPlayerBase() {
return {
tab: layoutInfo.startTab,
navTab: (layoutInfo.showTree ? "tree-tab" : "none"),
navTab: (layoutInfo.showTree ? layoutInfo.startNavTab : "none"),
time: Date.now(),
autosave: true,
notify: {},