1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-12 13:01:05 +00:00

More work on tab shenanigans

This commit is contained in:
Acamaeda 2020-10-29 21:49:34 -04:00
parent 1a83d63711
commit 5c16bbbbbd
5 changed files with 41 additions and 48 deletions

View file

@ -13,3 +13,7 @@ addNode("spook", {
layerShown: "ghost",
},
)
addLayer("tree-tab", {
tabFormat: ["tree", function() {layoutInfo.treeLayout ? layoutInfo.treeLayout : TREE_LAYERS}]
})