Make CursorExpand skinnable

This commit is contained in:
Dragicafit
2018-12-07 22:22:40 +01:00
parent 667eaf95d8
commit 0816eaacb8
3 changed files with 31 additions and 16 deletions

View File

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