mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-04-23 17:51:06 +00:00
Fix to auto upgrade issues
This commit is contained in:
parent
0168e11f7f
commit
f231eb097b
3 changed files with 9 additions and 8 deletions
js/Demo
|
@ -15,6 +15,7 @@ addLayer("c", {
|
|||
beep: false,
|
||||
}},
|
||||
color: "#4BDC13",
|
||||
autoUpgrade: true,
|
||||
requires: new Decimal(10), // Can be a function that takes requirement increases into account
|
||||
resource: "lollipops", // Name of prestige currency
|
||||
baseResource: "candies", // Name of resource prestige is based on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue