mirror of
https://github.com/Acamaeda/The-Modding-Tree.git
synced 2025-04-30 21:42:10 +00:00
Improved popups
This commit is contained in:
parent
bffa624ccc
commit
3c190dab9f
8 changed files with 20 additions and 10 deletions
js/Demo
|
@ -365,6 +365,7 @@ addLayer("c", {
|
|||
return (player.c.buyables[11] == 1)
|
||||
},
|
||||
resetDescription: "Melt your points into ",
|
||||
milestonePopups: true
|
||||
})
|
||||
|
||||
|
||||
|
@ -488,6 +489,7 @@ addLayer("a", {
|
|||
tooltip() { // Optional, tooltip displays when the layer is locked
|
||||
return ("Achievements")
|
||||
},
|
||||
achievementPopups: true,
|
||||
achievements: {
|
||||
rows: 2,
|
||||
cols: 3,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue