1
0
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:
Dean Herbert 2017-04-07 20:51:37 +09:00
parent 0d4f457265
commit 06a655af5d
No known key found for this signature in database
GPG Key ID: 46D71BF4958ABB49

View File

@ -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)