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

Fixed issues with challenges

This commit is contained in:
Acamaeda 2020-10-29 20:33:39 -04:00
parent 7c895952bf
commit ca76d130fd
6 changed files with 17 additions and 11 deletions

View file

@ -8,14 +8,12 @@ let modInfo = {
initialStartPoints: new Decimal (10), // Used for hard resets and new players
offlineLimit: 1, // In hours
startTab: "none",
startNavTab: "tree",
}
// Set your version in num and name
let VERSION = {
num: "2.1.3.1",
name: " We should have thought of this sooner!",
num: "2.2",
name: "Uprooted",
}
// If you add new functions anywhere inside of a layer, and those functions have an effect when called, add them here.

View file

@ -1,9 +1,12 @@
// treeLayout will override the default tree's layout if used
var treeLayout = "";
/*var treeLayout = [["f", "c"],
["g", "spook", "h"]]
*/
var layoutInfo = {
startTab: "none",
showTree: true,
treeLayout: ""
}
// A "ghost" layer which offsets f in the tree
addNode("spook", {