mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:07:44 +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,
|
||||
Height = progress_height,
|
||||
FillColour = colours.Yellow,
|
||||
BackgroundColour = colours.YellowDarker.Opacity(0.5f),
|
||||
OnSeek = musicController.SeekTo
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user