Implement HitCircleFont skin configuration

This commit is contained in:
smoogipoo
2018-09-27 17:27:24 +09:00
parent 0d8276c5f8
commit 8191f03503
3 changed files with 18 additions and 2 deletions

View File

@ -14,5 +14,7 @@ namespace osu.Game.Skinning
public List<Color4> ComboColours { get; set; } = new List<Color4>();
public Dictionary<string, Color4> CustomColours { get; set; } = new Dictionary<string, Color4>();
public string HitCircleFont { get; set; } = "default";
}
}