mirror of
https://github.com/ppy/osu
synced 2025-01-19 04:20:59 +00:00
Adjust cursor scale for its new surroundings
This commit is contained in:
parent
acf518c208
commit
18826b3a59
@ -103,7 +103,7 @@ namespace osu.Game.Rulesets.Osu.UI.Cursor
|
||||
public OsuCursor()
|
||||
{
|
||||
Origin = Anchor.Centre;
|
||||
Size = new Vector2(42);
|
||||
Size = new Vector2(28);
|
||||
}
|
||||
|
||||
protected override void SkinChanged(ISkinSource skin, bool allowFallback)
|
||||
|
Loading…
Reference in New Issue
Block a user