mirror of
https://github.com/osukey/osukey.git
synced 2025-08-10 18:13:50 +09:00
relocate SkinnableCursor
This commit is contained in:
@ -206,9 +206,8 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor
|
||||
cursorContainer.Scale = new Vector2(scale);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
public class SkinnableCursor : SkinReloadableDrawable
|
||||
private class SkinnableCursor : SkinReloadableDrawable
|
||||
{
|
||||
public bool CursorExpand { get; set; } = true;
|
||||
|
||||
@ -217,4 +216,5 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor
|
||||
CursorExpand = skin.GetValue<SkinConfiguration, bool>(s => s.CursorExpand) ?? true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user