Added tooltips to Pantheon #597

This commit is contained in:
Daniël van Noord
2021-03-15 23:32:52 +01:00
parent b6d9ca8dbb
commit eee72bceb6
25 changed files with 823 additions and 554 deletions

View File

@@ -585,6 +585,16 @@ const Config = {
'Shows a tooltip for plants that have a cookie reward.',
true,
),
TooltipPantheon: new SettingStandard(
'bool',
'Tooltip',
[
'Show Extra Info Pantheon Tooltip OFF',
'Show Extra Info Pantheon Tooltip ON',
],
'Shows additional info in the pantheon tooltip',
true,
),
DragonAuraInfo: new SettingStandard(
'bool',
'Tooltip',

View File

@@ -71,6 +71,7 @@ const ConfigDefault = {
TooltipWrink: 1,
TooltipLump: 1,
TooltipPlots: 1,
TooltipPantheon: 1,
DragonAuraInfo: 1,
TooltipAscendButton: 1,
Stats: 1,