mirror of https://github.com/ppy/osu
Adjust accuracy display to match stable
This commit is contained in:
parent
829241a9f0
commit
cbaad4eb56
|
@ -20,7 +20,7 @@ public LegacyAccuracyCounter(ISkin skin)
|
|||
Anchor = Anchor.TopRight;
|
||||
Origin = Anchor.TopRight;
|
||||
|
||||
Scale = new Vector2(0.75f);
|
||||
Scale = new Vector2(0.6f);
|
||||
Margin = new MarginPadding(10);
|
||||
|
||||
this.skin = skin;
|
||||
|
|
Loading…
Reference in New Issue