mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-04-21 17:01:00 +00:00
Redesigned lore component to be minimized individually rather than disabled globally
This commit is contained in:
parent
31e069dd2f
commit
46c9aadbbd
4 changed files with 38 additions and 7 deletions
js
|
@ -122,6 +122,7 @@ function getStartPlayer() {
|
|||
for (item in layers[layer].microtabs)
|
||||
playerdata.subtabs[layer][item] = Object.keys(layers[layer].microtabs[item])[0]
|
||||
}
|
||||
playerdata[layer].loreHidden = false
|
||||
}
|
||||
return playerdata
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue