1
0
Fork 0
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:
thepaperpilot 2020-10-24 19:06:28 -05:00
parent 31e069dd2f
commit 46c9aadbbd
4 changed files with 38 additions and 7 deletions

View file

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