1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 19:00:09 +08:00

Decrease size of pp display relative to accuracy

This commit is contained in:
Dean Herbert
2024-03-08 09:41:38 +08:00
Unverified
parent 87b4406bdc
commit f2753ef7a2
+4 -1
View File
@@ -232,7 +232,10 @@ namespace osu.Game.Skinning
CornerRadius = { Value = 0.5f }
},
new ArgonAccuracyCounter(),
new ArgonPerformancePointsCounter(),
new ArgonPerformancePointsCounter
{
Scale = new Vector2(0.8f),
},
new ArgonComboCounter
{
Scale = new Vector2(1.3f)