mirror of
https://github.com/ppy/osu
synced 2025-03-06 11:28:12 +00: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 }
|
CornerRadius = { Value = 0.5f }
|
||||||
},
|
},
|
||||||
new ArgonAccuracyCounter(),
|
new ArgonAccuracyCounter(),
|
||||||
new ArgonPerformancePointsCounter(),
|
new ArgonPerformancePointsCounter
|
||||||
|
{
|
||||||
|
Scale = new Vector2(0.8f),
|
||||||
|
},
|
||||||
new ArgonComboCounter
|
new ArgonComboCounter
|
||||||
{
|
{
|
||||||
Scale = new Vector2(1.3f)
|
Scale = new Vector2(1.3f)
|
||||||
|
Loading…
Reference in New Issue
Block a user