mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 15:22:55 +08:00
Add comment about gray usage
This commit is contained in:
parent
1c6c128d11
commit
238d87f976
@ -178,6 +178,8 @@ namespace osu.Game.Rulesets.Mania.Edit
|
||||
linesAfter.RemoveAt(0);
|
||||
}
|
||||
|
||||
// Grays are used rather than transparency since the lines appear on a coloured mania playfield.
|
||||
|
||||
foreach (var l in linesDuring)
|
||||
l.Colour = OsuColour.Gray(first_beat_brightness);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user