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:
parent
c827272d56
commit
dff5071a7e
2 changed files with 1 additions and 1 deletions
js/Demo
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue