mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-13 05:11:10 +00:00
More treeless work
This commit is contained in:
parent
eebc05db1f
commit
7c895952bf
7 changed files with 36 additions and 18 deletions
js
15
js/tree.js
Normal file
15
js/tree.js
Normal file
|
@ -0,0 +1,15 @@
|
|||
var layoutInfo = {
|
||||
startTab: "none",
|
||||
showTree: true,
|
||||
|
||||
treeLayout: ""
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
// A "ghost" layer which offsets other layers in the tree
|
||||
addNode("spook", {
|
||||
layerShown: "ghost",
|
||||
},
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue