Add background colour to music player ProgressBar

This commit is contained in:
Ganendra Afrasya
2019-11-06 14:07:05 +07:00
parent e4ad657353
commit d985d04857

View File

@ -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
}
},