+ uc/puc diff chain colors setting

This commit is contained in:
FajsiEx 2021-11-21 17:03:10 +01:00
parent 1f5b5c28b5
commit dba177400e
2 changed files with 13 additions and 0 deletions

View File

@ -46,5 +46,14 @@
"label": "Turn on Rasis", "label": "Turn on Rasis",
"type": "bool", "type": "bool",
"default": false "default": false
},
"separator_e": {},
"Gameplay": { "type": "label" },
"gameplay_ucDifferentColor": {
"label": "Use different colors for UC and PUC chain numbers",
"type": "bool",
"default": false
} }
} }

View File

@ -81,6 +81,10 @@ local render = function (deltaTime, comboState, combo, critLineCenterX, critLine
chainNumbers = chainNumbersPUC --puc chainNumbers = chainNumbersPUC --puc
elseif comboState == 1 then elseif comboState == 1 then
chainNumbers = chainNumbersUC --uc chainNumbers = chainNumbersUC --uc
if (not game.GetSkinSetting('gameplay_ucDifferentColor')) then
chainNumbers = chainNumbersPUC -- force the PUC numbers in case the setting is turned off
end
end end
-- \_ chain _/ -- \_ chain _/