mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-10 12:01:32 +00:00
2.3.1
This commit is contained in:
parent
139e10efa4
commit
c885114791
17 changed files with 46 additions and 3799 deletions
js/technical
|
@ -17,7 +17,7 @@ var systemComponents = {
|
|||
v-bind:id="layer"
|
||||
v-on:click="function() {
|
||||
if(tmp[layer].isLayer) {showTab(layer)}
|
||||
else {layers[layer].onClick()}
|
||||
else {run(layers[layer].onClick, tmp[layer])}
|
||||
}"
|
||||
|
||||
v-bind:tooltip="(tmp[layer].tooltip == '') ? false : (tmp[layer].isLayer) ? (
|
||||
|
@ -44,7 +44,7 @@ var systemComponents = {
|
|||
v-bind:style="[(tmp[layer].isLayer && layerunlocked(layer)) || (!tmp[layer].isLayer && tmp[layer].canClick) ? {
|
||||
'background-color': tmp[layer].color,
|
||||
} : {}, tmp[layer].nodeStyle]">
|
||||
{{abb}}
|
||||
{{(abb !== '' ? abb : ' ')}}
|
||||
</button>
|
||||
`
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue