mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Adjust width and add comment
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user