mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-12 04:51:06 +00:00
v2.2.3
Hide tooltips when value is "" Notify highlight when challenge can be complete "Can complete" style overrides "already completed" style Updates to docs
This commit is contained in:
parent
50102b3be2
commit
142f6489d7
9 changed files with 16 additions and 9 deletions
js/Demo
|
@ -492,6 +492,7 @@ addLayer("a", {
|
|||
11: {
|
||||
name: "Get me!",
|
||||
done() {return true}, // This one is a freebie
|
||||
tooltip: "",
|
||||
goalTooltip: "How did this happen?", // Shows when achievement is not completed
|
||||
doneTooltip: "You did it!", // Showed when the achievement is completed
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue