mirror of
https://github.com/osukey/osukey.git
synced 2025-08-07 16:43:52 +09:00
Add comment about gray usage
This commit is contained in:
@ -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);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user