1
0
mirror of https://github.com/ppy/osu.git synced 2024-11-13 18:07:25 +08:00

Add comment about gray usage

This commit is contained in:
smoogipoo 2020-05-15 15:56:32 +09:00
parent 1c6c128d11
commit 238d87f976

View File

@ -178,6 +178,8 @@ namespace osu.Game.Rulesets.Mania.Edit
linesAfter.RemoveAt(0); linesAfter.RemoveAt(0);
} }
// Grays are used rather than transparency since the lines appear on a coloured mania playfield.
foreach (var l in linesDuring) foreach (var l in linesDuring)
l.Colour = OsuColour.Gray(first_beat_brightness); l.Colour = OsuColour.Gray(first_beat_brightness);