mirror of
https://github.com/ppy/osu.git
synced 2026-05-31 23:50:29 +08:00
Merge pull request #316 from EVAST9919/overlay_buttons
Better look of PauseButton
This commit is contained in:
@@ -205,10 +205,9 @@ namespace osu.Game.Overlays.Pause
|
||||
},
|
||||
new Triangles
|
||||
{
|
||||
BlendingMode = BlendingMode.Additive,
|
||||
RelativeSizeAxes = Axes.Both,
|
||||
TriangleScale = 4,
|
||||
Alpha = 0.05f,
|
||||
ColourDark = OsuColour.Gray(0.88f),
|
||||
Shear = new Vector2(-0.2f, 0)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user