1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-22 00:07:19 +08:00

Merge pull request #316 from EVAST9919/overlay_buttons

Better look of PauseButton
This commit is contained in:
Dean Herbert 2017-02-05 21:08:18 +09:00 committed by GitHub
commit beddf5cd6d

View File

@ -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)
}
}