mirror of
https://github.com/osukey/osukey.git
synced 2025-05-23 06:27:24 +09:00
Update BaseColour specification
This commit is contained in:
parent
41d82e3e8a
commit
b08e7ce1f5
@ -81,7 +81,7 @@ namespace osu.Game.Screens.Edit.Compose.Components.Timeline
|
|||||||
waveform = new WaveformGraph
|
waveform = new WaveformGraph
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Colour = colours.Blue.Opacity(0.2f),
|
BaseColour = colours.Blue.Opacity(0.2f),
|
||||||
LowColour = colours.BlueLighter,
|
LowColour = colours.BlueLighter,
|
||||||
MidColour = colours.BlueDark,
|
MidColour = colours.BlueDark,
|
||||||
HighColour = colours.BlueDarker,
|
HighColour = colours.BlueDarker,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user