Option to colour PP values based on the selected buy mode (#346)

This commit is contained in:
DanielNoord
2020-11-25 12:46:47 +01:00
committed by GitHub
parent 272f17be71
commit 8a98c6f4db
5 changed files with 172 additions and 44 deletions

View File

@@ -1222,6 +1222,7 @@ CM.Disp.AddMenuPref = function(title) {
frag.appendChild(listing('SortUpgrades'));
frag.appendChild(listing('BuildColor'));
frag.appendChild(listing('BulkBuildColor'));
frag.appendChild(listing('ColorPPBulkMode'));
frag.appendChild(listing('UpBarColor'));
for (var i = 0; i < CM.Disp.colors.length; i++) {
var div = document.createElement('div');