mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-04-30 21:42:10 +00:00
Renamed many things to be more readable and updated docs
This commit is contained in:
parent
02da021fb1
commit
fde714d73f
21 changed files with 281 additions and 253 deletions
js
|
@ -81,9 +81,9 @@ function updateTempData(layerData, tmpData) {
|
|||
}
|
||||
}
|
||||
|
||||
function updateChallTemp(layer)
|
||||
function updateChallengeTemp(layer)
|
||||
{
|
||||
updateTempData(layers[layer].challs, tmp[layer].challs)
|
||||
updateTempData(layers[layer].challenges, tmp[layer].challenges)
|
||||
}
|
||||
|
||||
function updateBuyableTemp(layer)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue