1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-12 04:51:06 +00:00

Optimized presigeButtonText

This commit is contained in:
Harley White 2021-05-02 21:29:10 -04:00
parent 87a32fbcce
commit faebc2f075
3 changed files with 2 additions and 4 deletions
js/technical

View file

@ -33,7 +33,6 @@ function setupTemp() {
tmp[layer].canReset = {}
tmp[layer].notify = {}
tmp[layer].prestigeNotify = {}
tmp[layer].prestigeButtonText = {}
tmp[layer].computedNodeStyle = []
setupBarStyles(layer)
setupBuyables(layer)
@ -84,7 +83,6 @@ function updateTemp() {
tmp[layer].canReset = canReset(layer)
tmp[layer].notify = shouldNotify(layer)
tmp[layer].prestigeNotify = prestigeNotify(layer)
tmp[layer].prestigeButtonText = prestigeButtonText(layer)
constructBarStyles(layer)
constructAchievementStyles(layer)
constructNodeStyle(layer)