mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Add background colour to music player ProgressBar
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user