mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
slider border thickness
This commit is contained in:
@ -33,6 +33,10 @@ namespace osu.Game.Skinning
|
||||
case @"CursorExpand":
|
||||
skin.CursorExpand = pair.Value != "0";
|
||||
break;
|
||||
case @"SliderBorderSize":
|
||||
if (int.TryParse(pair.Value, out int size))
|
||||
skin.SliderBorderSize = size;
|
||||
break;
|
||||
}
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user