mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-05-12 21:11:05 +00:00
More achievement customization
This commit is contained in:
parent
d6259fc67d
commit
66dc5e4671
5 changed files with 11 additions and 4 deletions
js/Demo
|
@ -493,6 +493,7 @@ addLayer("a", {
|
|||
rows: 2,
|
||||
cols: 3,
|
||||
11: {
|
||||
image: "discord.png",
|
||||
name: "Get me!",
|
||||
done() {return true}, // This one is a freebie
|
||||
goalTooltip: "How did this happen?", // Shows when achievement is not completed
|
||||
|
@ -503,6 +504,7 @@ addLayer("a", {
|
|||
done() {return false},
|
||||
goalTooltip: "Mwahahaha!", // Shows when achievement is not completed
|
||||
doneTooltip: "HOW????", // Showed when the achievement is completed
|
||||
textStyle: {'color': '#04e050'},
|
||||
},
|
||||
13: {
|
||||
name: "EIEIO",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue