1
0
Fork 0
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:
Acamaeda 2020-10-31 23:05:50 -04:00
parent e8fee8a57d
commit e248e10b99
5 changed files with 42 additions and 105 deletions

View file

@ -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)}]]
})