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:
parent
1c6c128d11
commit
238d87f976
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user