mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-13 05:11:10 +00:00
Fixes to shift/ctrl issue and tooltips on nodes
This commit is contained in:
parent
c8bc53ca50
commit
87d394ee27
2 changed files with 7 additions and 2 deletions
js/technical
|
@ -37,8 +37,8 @@ var systemComponents = {
|
|||
resetNotify: tmp[layer].prestigeNotify,
|
||||
can: ((player[layer].unlocked || tmp[layer].isLayer) && tmp[layer].isLayer) || (!tmp[layer].isLayer && tmp[layer].canClick),
|
||||
}"
|
||||
v-bind:style="tmp[layer].computedNodeStyle"
|
||||
v-html="(abb !== '' && tmp[layer].image === undefined) ? abb : ' '">
|
||||
v-bind:style="tmp[layer].computedNodeStyle">
|
||||
<span v-html="(abb !== '' && tmp[layer].image === undefined) ? abb : ' '"></span>
|
||||
<tooltip
|
||||
v-bind:text="(tmp[layer].tooltip == '') ? false : (tmp[layer].isLayer) ? (
|
||||
player[layer].unlocked ? (tmp[layer].tooltip ? tmp[layer].tooltip : formatWhole(player[layer].points) + ' ' + tmp[layer].resource)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue