mirror of
https://github.com/ppy/osu.git
synced 2026-05-21 11:30:08 +08:00
Change the default height to match the stable
This commit is contained in:
@@ -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(),
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user