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:
parent
87b4406bdc
commit
f2753ef7a2
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user