mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 13:32:54 +08:00
Dim column backgrounds further
This commit is contained in:
parent
c7186efd53
commit
b9e71d26b2
@ -35,7 +35,6 @@ namespace osu.Game.Rulesets.Mania.UI.Components
|
|||||||
{
|
{
|
||||||
Name = "Background",
|
Name = "Background",
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Alpha = 0.3f
|
|
||||||
},
|
},
|
||||||
backgroundOverlay = new Box
|
backgroundOverlay = new Box
|
||||||
{
|
{
|
||||||
@ -82,7 +81,7 @@ namespace osu.Game.Rulesets.Mania.UI.Components
|
|||||||
if (!IsLoaded)
|
if (!IsLoaded)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
background.Colour = AccentColour;
|
background.Colour = AccentColour.Darken(5);
|
||||||
|
|
||||||
var brightPoint = AccentColour.Opacity(0.6f);
|
var brightPoint = AccentColour.Opacity(0.6f);
|
||||||
var dimPoint = AccentColour.Opacity(0);
|
var dimPoint = AccentColour.Opacity(0);
|
||||||
|
Loading…
Reference in New Issue
Block a user