Integrals!

Big number hardcap and achievements
This commit is contained in:
Nif 2024-03-15 15:48:00 +00:00
parent 707d9f3e73
commit dc4539ec52
14 changed files with 341 additions and 36 deletions
js/data

23
js/data/tree.js Normal file
View 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,
})