mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 12:02:55 +08:00
Adjust size/position
This commit is contained in:
parent
7f5ea57bd4
commit
ac4f56403d
@ -53,9 +53,9 @@ namespace osu.Game.Screens.Play.HUD
|
||||
Anchor = Anchor.BottomLeft;
|
||||
Origin = Anchor.BottomLeft;
|
||||
|
||||
Margin = new MarginPadding { Bottom = 20, Left = 20 };
|
||||
Margin = new MarginPadding { Bottom = 10, Left = 10 };
|
||||
|
||||
Scale = new Vector2(1.6f);
|
||||
Scale = new Vector2(1.2f);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Loading…
Reference in New Issue
Block a user