mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2024-11-21 16:13:55 +00:00
16 lines
196 B
JavaScript
16 lines
196 B
JavaScript
|
var layoutInfo = {
|
||
|
startTab: "none",
|
||
|
showTree: true,
|
||
|
|
||
|
treeLayout: ""
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
// A "ghost" layer which offsets other layers in the tree
|
||
|
addNode("spook", {
|
||
|
layerShown: "ghost",
|
||
|
},
|
||
|
)
|