mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 06:36:31 +09:00
Make CursorExpand skinnable
This commit is contained in:
@ -30,6 +30,9 @@ namespace osu.Game.Skinning
|
||||
case @"Author":
|
||||
skin.SkinInfo.Creator = pair.Value;
|
||||
break;
|
||||
case @"CursorExpand":
|
||||
skin.CursorExpand = pair.Value;
|
||||
break;
|
||||
}
|
||||
|
||||
break;
|
||||
|
Reference in New Issue
Block a user