1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-05-12 04:51:06 +00:00
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:
Acamaeda 2020-11-28 02:44:17 -05:00
parent 50102b3be2
commit 142f6489d7
9 changed files with 16 additions and 9 deletions

View file

@ -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
},