mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 09:40:16 +08:00
Decrease size of pp display relative to accuracy
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user