1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-31 07:49:52 +08:00

Adjust accuracy display to match stable

This commit is contained in:
Dean Herbert
2020-10-16 18:34:14 +09:00
Unverified
parent 829241a9f0
commit cbaad4eb56
+1 -1
View File
@@ -20,7 +20,7 @@ namespace osu.Game.Skinning
Anchor = Anchor.TopRight;
Origin = Anchor.TopRight;
Scale = new Vector2(0.75f);
Scale = new Vector2(0.6f);
Margin = new MarginPadding(10);
this.skin = skin;