mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-12 04:51:06 +00:00
Finished "hide tree" functionality and back button, a few other fixes
This commit is contained in:
parent
e8fee8a57d
commit
e248e10b99
5 changed files with 42 additions and 105 deletions
js
|
@ -14,6 +14,7 @@ addNode("spook", {
|
|||
},
|
||||
)
|
||||
|
||||
|
||||
addLayer("tree-tab", {
|
||||
tabFormat: ["tree", function() {layoutInfo.treeLayout ? layoutInfo.treeLayout : TREE_LAYERS}]
|
||||
tabFormat: [["tree", function() {return (layoutInfo.treeLayout ? layoutInfo.treeLayout : TREE_LAYERS)}]]
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue