Add Achievements section to Stats page
This commit is contained in:
2
dist/CookieMonsterDev.js
vendored
2
dist/CookieMonsterDev.js
vendored
File diff suppressed because one or more lines are too long
2
dist/CookieMonsterDev.js.map
vendored
2
dist/CookieMonsterDev.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -135,6 +135,7 @@ const ConfigDefault: {
|
|||||||
Prestige: 1,
|
Prestige: 1,
|
||||||
Wrink: 1,
|
Wrink: 1,
|
||||||
Sea: 1,
|
Sea: 1,
|
||||||
|
Achievs: 1,
|
||||||
Misc: 1,
|
Misc: 1,
|
||||||
InfoTab: 1,
|
InfoTab: 1,
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -100,6 +100,10 @@ export default function AddMenuStats(title) {
|
|||||||
|
|
||||||
stats.appendChild(CreateSections.SeasonSection());
|
stats.appendChild(CreateSections.SeasonSection());
|
||||||
|
|
||||||
|
stats.appendChild(CreateElements.StatsHeader('Achievements', 'Achievs'));
|
||||||
|
if (CMOptions.Header.Achievs) {
|
||||||
|
}
|
||||||
|
|
||||||
stats.appendChild(CreateElements.StatsHeader('Miscellaneous', 'Misc'));
|
stats.appendChild(CreateElements.StatsHeader('Miscellaneous', 'Misc'));
|
||||||
if (CMOptions.Header.Misc) {
|
if (CMOptions.Header.Misc) {
|
||||||
stats.appendChild(
|
stats.appendChild(
|
||||||
|
|||||||
Reference in New Issue
Block a user