mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 11:02:57 +08:00
Move initial position of KeyCounter upwards.
This commit is contained in:
parent
0d4f457265
commit
06a655af5d
@ -40,6 +40,7 @@ namespace osu.Game.Modes.UI
|
||||
Anchor = Anchor.BottomRight,
|
||||
Origin = Anchor.BottomRight,
|
||||
Margin = new MarginPadding(10),
|
||||
Y = - TwoLayerButton.SIZE_RETRACTED.Y,
|
||||
};
|
||||
|
||||
protected override ScoreCounter CreateScoreCounter() => new ScoreCounter(6)
|
||||
|
Loading…
Reference in New Issue
Block a user