1
0
Fork 0
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:
Acamaeda 2020-10-17 00:21:59 -04:00
parent 9d060e1035
commit 4588cf24dc
7 changed files with 67 additions and 43 deletions

View file

@ -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)