1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 01:27:29 +08:00

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