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:
parent
c6f0dd9c48
commit
3a7cd62bcc
10 changed files with 17 additions and 7 deletions
js/utils
|
@ -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: {},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue