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:
parent
87a32fbcce
commit
faebc2f075
3 changed files with 2 additions and 4 deletions
js/technical
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue