Add newline

This commit is contained in:
Dean Herbert
2019-02-15 21:16:54 +09:00
committed by GitHub
parent 1c8212d510
commit 90e462309f

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;