1
0
Fork 0
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:
Acamaeda 2020-12-07 00:40:30 -05:00
parent bffa624ccc
commit 3c190dab9f
8 changed files with 20 additions and 10 deletions

View file

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