Toggle to display PP as time period #625

This commit is contained in:
Daniël van Noord
2021-03-17 23:19:34 +01:00
parent 1a0750e8d7
commit 4d716e77e4
9 changed files with 32 additions and 9 deletions

View File

@@ -100,6 +100,13 @@ const Config = {
UpdateBuildings();
},
),
PPDisplayTime: new SettingStandard(
'bool',
'BarsColors',
['PP As Value (Standard)', 'PP As Time Unit'],
'Display PP as calculated value or as approximate time unit. Note that PP does not translate directly into a time unit and this is therefore only an approximation.',
false,
),
UpBarColor: new SettingStandard(
'bool',
'BarsColors',

View File

@@ -5,6 +5,7 @@ const ConfigDefault = {
TimerBarPos: 0,
TimerBarOverlay: 2,
BuildColor: 1,
PPDisplayTime: 0,
UpBarColor: 1,
UpgradeBarFixedPos: 1,
CalcWrink: 0,