mirror of
https://github.com/ppy/osu.git
synced 2024-11-15 12:27:26 +08:00
reduce opacity of middle cardinal lines
This commit is contained in:
parent
8a331057b0
commit
847f04e63a
@ -48,7 +48,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
|
|||||||
if (generatedLines.Count == 0)
|
if (generatedLines.Count == 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
generatedLines.First().Alpha = 0.3f;
|
generatedLines.First().Alpha = 0.2f;
|
||||||
|
|
||||||
AddRangeInternal(generatedLines);
|
AddRangeInternal(generatedLines);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user