mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-04 23:31:09 +00:00
Added leftTab and related features
This commit is contained in:
parent
7a287042cd
commit
1a96d7d226
14 changed files with 64 additions and 26 deletions
js
|
@ -16,5 +16,7 @@ addNode("blank", {
|
|||
|
||||
|
||||
addLayer("tree-tab", {
|
||||
tabFormat: [["tree", function() {return (layoutInfo.treeLayout ? layoutInfo.treeLayout : TREE_LAYERS)}]]
|
||||
tabFormat: [["tree", function() {return (layoutInfo.treeLayout ? layoutInfo.treeLayout : TREE_LAYERS)}]],
|
||||
previousTab: "",
|
||||
leftTab: true,
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue