Make CursorExpand skinnable

This commit is contained in:
Dragicafit
2018-12-07 22:22:40 +01:00
parent 667eaf95d8
commit 0816eaacb8
3 changed files with 31 additions and 16 deletions

View File

@ -30,6 +30,9 @@ namespace osu.Game.Skinning
case @"Author":
skin.SkinInfo.Creator = pair.Value;
break;
case @"CursorExpand":
skin.CursorExpand = pair.Value;
break;
}
break;