mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-03 15:01:02 +00:00
unl is now optional for Big Components, spacing isn't messed up by absent components
This commit is contained in:
parent
8840d02a9b
commit
5770f03dd1
5 changed files with 28 additions and 10 deletions
js
10
js/temp.js
10
js/temp.js
|
@ -76,4 +76,14 @@ function updateTempData(layerData, tmpData) {
|
|||
tmpData[item] = layerData[item]()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
function updateChallTemp(layer)
|
||||
{
|
||||
updateTempData(layers[layer].challs, tmp[layer].challs)
|
||||
}
|
||||
|
||||
function updateBuyableTemp(layer)
|
||||
{
|
||||
updateTempData(layers[layer].buyables, tmp[layer].buyables)
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue