Add setting to toggle standardised or exponential scoring display

Also adjusts exponential scoring to be closer to stable. Log wasn't cutting it.
This commit is contained in:
Dean Herbert
2018-06-08 03:17:12 +09:00
parent d5e42a8daa
commit 0b4f5af52e
4 changed files with 20 additions and 4 deletions

View File

@ -158,6 +158,7 @@ namespace osu.Game.Screens.Play
userAudioOffset.TriggerChange();
ScoreProcessor = RulesetContainer.CreateScoreProcessor();
ScoreProcessor.Mode.BindTo(config.GetBindable<ScoringMode>(OsuSetting.ScoreDisplayMode));
Children = new Drawable[]
{