mirror of
https://github.com/ppy/osu.git
synced 2025-03-23 09:37:22 +08:00
Adjust width and add comment
This commit is contained in:
parent
0838fa636f
commit
51940133df
@ -85,7 +85,7 @@ namespace osu.Game.Overlays.Mods
|
||||
Anchor = Anchor.TopRight,
|
||||
Origin = Anchor.TopRight,
|
||||
RelativeSizeAxes = Axes.X,
|
||||
Width = 1.1f,
|
||||
Width = 1.03f, // Makes sure the sheared area is fully covered
|
||||
Height = header_height,
|
||||
Shear = new Vector2(-ShearedOverlayContainer.SHEAR, 0),
|
||||
Velocity = 0.7f,
|
||||
|
Loading…
x
Reference in New Issue
Block a user