1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-15 11:02:57 +08:00

Adjust width and add comment

This commit is contained in:
Andrei Zavatski 2023-02-17 15:18:45 +03:00
parent 0838fa636f
commit 51940133df

View File

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