mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-12 21:11:05 +00:00
Added tooltips to other components
This commit is contained in:
parent
50e7ac23d2
commit
afd414df40
10 changed files with 32 additions and 11 deletions
js/Demo
|
@ -109,7 +109,8 @@ addLayer("c", {
|
|||
description: "Gain 1 Point every second.",
|
||||
cost: new Decimal(1),
|
||||
unlocked() { return player[this.layer].unlocked }, // The upgrade is only visible when this is true
|
||||
branches: [12]
|
||||
branches: [12],
|
||||
tooltip: "hi",
|
||||
},
|
||||
12: {
|
||||
description: "Point generation is faster based on your unspent Lollipops.",
|
||||
|
@ -244,7 +245,6 @@ addLayer("c", {
|
|||
fillStyle: {'background-color' : "#FFFFFF"},
|
||||
baseStyle: {'background-color' : "#696969"},
|
||||
textStyle: {'color': '#04e050'},
|
||||
|
||||
borderStyle() {return {}},
|
||||
direction: RIGHT,
|
||||
width: 300,
|
||||
|
|
|
@ -11,7 +11,7 @@ let modInfo = {
|
|||
|
||||
// Set your version in num and name
|
||||
let VERSION = {
|
||||
num: "2.6.1",
|
||||
num: "2.6.2",
|
||||
name: "Fixed Reality",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue