mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 20:05:29 +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,
|
Anchor = Anchor.TopRight,
|
||||||
Origin = Anchor.TopRight,
|
Origin = Anchor.TopRight,
|
||||||
RelativeSizeAxes = Axes.X,
|
RelativeSizeAxes = Axes.X,
|
||||||
Width = 1.1f,
|
Width = 1.03f, // Makes sure the sheared area is fully covered
|
||||||
Height = header_height,
|
Height = header_height,
|
||||||
Shear = new Vector2(-ShearedOverlayContainer.SHEAR, 0),
|
Shear = new Vector2(-ShearedOverlayContainer.SHEAR, 0),
|
||||||
Velocity = 0.7f,
|
Velocity = 0.7f,
|
||||||
|
Loading…
Reference in New Issue
Block a user