Add support to use legacy combo fonts for the counter on legacy skins

This commit is contained in:
Salman Ahmed
2020-08-03 21:40:13 +03:00
parent 9d10658e3c
commit 29053048ff
5 changed files with 18 additions and 4 deletions

View File

@ -15,6 +15,8 @@ namespace osu.Game.Skinning
public enum LegacySetting
{
Version,
ComboPrefix,
ComboOverlap,
AnimationFramerate,
LayeredHitSounds,
}