1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-15 10:27:35 +08:00

reduce opacity of middle cardinal lines

This commit is contained in:
OliBomby 2023-12-29 17:32:09 +01:00
parent 8a331057b0
commit 847f04e63a

View File

@ -48,7 +48,7 @@ namespace osu.Game.Screens.Edit.Compose.Components
if (generatedLines.Count == 0)
return;
generatedLines.First().Alpha = 0.3f;
generatedLines.First().Alpha = 0.2f;
AddRangeInternal(generatedLines);
}