mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 15:23:14 +08:00
Add background colour to music player ProgressBar
This commit is contained in:
parent
e4ad657353
commit
d985d04857
@ -174,6 +174,7 @@ namespace osu.Game.Overlays
|
|||||||
Anchor = Anchor.BottomCentre,
|
Anchor = Anchor.BottomCentre,
|
||||||
Height = progress_height,
|
Height = progress_height,
|
||||||
FillColour = colours.Yellow,
|
FillColour = colours.Yellow,
|
||||||
|
BackgroundColour = colours.YellowDarker.Opacity(0.5f),
|
||||||
OnSeek = musicController.SeekTo
|
OnSeek = musicController.SeekTo
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user