1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-19 05:52:55 +08:00

Change the default height to match the stable

This commit is contained in:
normalid 2024-07-23 20:53:06 +08:00
parent dce894108a
commit a015fde014

View File

@ -395,9 +395,9 @@ namespace osu.Game.Skinning
if (keyCounter != null)
{
keyCounter.Rotation = 90f;
keyCounter.Anchor = Anchor.CentreRight;
keyCounter.Anchor = Anchor.BottomRight;
keyCounter.Origin = Anchor.TopCentre;
keyCounter.Position = new Vector2(0);
keyCounter.Position = new Vector2(0, -340);
}
})
{
@ -409,7 +409,6 @@ namespace osu.Game.Skinning
new LegacySongProgress(),
new LegacyHealthDisplay(),
new BarHitErrorMeter(),
//new DefaultKeyCounterDisplay(),
new LegacyKeyCounterDisplay(),
}
};