mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-03 15:01:02 +00:00
Rearranged files and made tweaks
This commit is contained in:
parent
9d060e1035
commit
4588cf24dc
7 changed files with 67 additions and 43 deletions
js
|
@ -6,6 +6,11 @@ var activeFunctions = [
|
|||
"buy", "buyMax", "respec", "onComplete", "onPurchase", "onPress", "onClick", "masterButtonPress"
|
||||
]
|
||||
|
||||
var noCall = doNotCallTheseFunctionsEveryTick
|
||||
for (item in noCall) {
|
||||
activeFunctions.push(noCall[item])
|
||||
}
|
||||
|
||||
function setupTemp() {
|
||||
tmp = {}
|
||||
setupTempData(layers, tmp)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue