mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Implement HitCircleFont skin configuration
This commit is contained in:
@ -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";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user