generated from incremental-social/The-Modding-Tree
Integrals!
Big number hardcap and achievements
This commit is contained in:
parent
707d9f3e73
commit
dc4539ec52
14 changed files with 341 additions and 36 deletions
js/data
23
js/data/tree.js
Normal file
23
js/data/tree.js
Normal file
|
@ -0,0 +1,23 @@
|
|||
var layoutInfo = {
|
||||
startTab: "none",
|
||||
startNavTab: "tree-tab",
|
||||
showTree: true,
|
||||
|
||||
treeLayout: ""
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
// A "ghost" layer which offsets other layers in the tree
|
||||
addNode("blank", {
|
||||
layerShown: "ghost",
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
addLayer("tree-tab", {
|
||||
tabFormat: [["tree", function() {return (layoutInfo.treeLayout ? layoutInfo.treeLayout : TREE_LAYERS)}]],
|
||||
previousTab: "",
|
||||
leftTab: true,
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue