1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-11 12:57:36 +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
parent 87b4406bdc
commit f2753ef7a2
No known key found for this signature in database

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)