HitScoreVisualizer
HitScoreVisualizer copied to clipboard
Add color customization and format tokens for judgment segments
I'd love for this mod to allow color customization and format tokens in the beforeCutAngleJudgments ,accuracyJudgments, afterCutAngleJudgments (to override the main color)
The use case I am specifically interested in is to only show the scores of specific segments (and for the score color to fade based only on the segment)
Another way this could be implemented is to have a setting like "judgmentType"="accuracy"
to have the thresholds in the "Judgements" config to be based on just accuracy (or whatever is selected)
leaving a note here: since the text only has one color, i'm pretty sure this would have to be done instead by wrapping the segment's text in a rich text color tag generated based on the provided config color, if there is one provided