Add support for the HitCircleOverlap property in legacy skins

This commit is contained in:
Jamie Taylor
2019-02-15 21:03:06 +09:00
parent e9709e82b8
commit 38cf5a1ea4
3 changed files with 12 additions and 1 deletions

View File

@ -22,6 +22,7 @@ namespace osu.Game.Skinning
public Dictionary<string, Color4> CustomColours { get; set; } = new Dictionary<string, Color4>();
public string HitCircleFont { get; set; } = "default";
public int HitCircleOverlap { get; set; }
public bool? CursorExpand { get; set; } = true;
}