1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-04-17 03:01:08 +00:00

More fixes and improvements

This commit is contained in:
Acamaeda 2020-09-24 19:32:34 -04:00
parent 4ac7199547
commit 350e941ced
4 changed files with 12 additions and 13 deletions

View file

@ -3,7 +3,8 @@ var layers = {
startData() { return {
unl: true,
points: new Decimal(0),
best: new Decimal(0),
best: new Decimal(0),
total: new Decimal(0),
upgrades: [],
milestones: [],
beep: false,
@ -102,7 +103,6 @@ var layers = {
startData() { return {
unl: false,
points: new Decimal(0),
best: new Decimal(0),
boop: false,
}},
color: "#FE0102",
@ -121,7 +121,6 @@ var layers = {
},
row: 1,
layerShown() {return true},
resetsNothing() {return false},
branches: [["c", 1]] // Each pair corresponds to a line added to the tree when this node is unlocked. The letter is the other end of the line, and the number affects the color, 1 is default
},
}