1
0
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:
Dean Herbert 2020-10-14 19:15:52 +09:00
parent 7f5ea57bd4
commit ac4f56403d

View File

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