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