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

Now will still use row and col if supplied

This commit is contained in:
Harley White 2021-04-29 18:52:50 -04:00
parent c827272d56
commit dff5071a7e
2 changed files with 1 additions and 1 deletions

View file

@ -148,7 +148,6 @@ addLayer("c", {
},
},
buyables: {
showRespec: true,
respec() { // Optional, reset things and give back your currency. Having this function makes a respec button appear
player[this.layer].points = player[this.layer].points.add(player[this.layer].spentOnBuyables) // A built-in thing to keep track of this but only keeps a single value