mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Adjust size/position
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user