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

Fixed some things in the tree tab

This commit is contained in:
Harley White 2021-05-24 11:41:30 -04:00
parent d6d4d43242
commit e907084467
6 changed files with 9 additions and 6 deletions

View file

@ -37,6 +37,7 @@ var systemComponents = {
notify: tmp[layer].notify && player[layer].unlocked,
resetNotify: tmp[layer].prestigeNotify,
can: ((player[layer].unlocked || tmp[layer].isLayer) && tmp[layer].isLayer) || (!tmp[layer].isLayer && tmp[layer].canClick),
front: !tmp.scrolled,
}"
v-bind:style="constructNodeStyle(layer)">
<span v-html="(abb !== '' && tmp[layer].image === undefined) ? abb : '&nbsp;'"></span>