mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 16:13:57 +09:00
Recolour LevelProgressBar
This commit is contained in:
@ -29,7 +29,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
|||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colours)
|
private void load(OverlayColourProvider colourProvider)
|
||||||
{
|
{
|
||||||
InternalChildren = new Drawable[]
|
InternalChildren = new Drawable[]
|
||||||
{
|
{
|
||||||
@ -42,7 +42,7 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
|||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
BackgroundColour = Color4.Black,
|
BackgroundColour = Color4.Black,
|
||||||
Direction = BarDirection.LeftToRight,
|
Direction = BarDirection.LeftToRight,
|
||||||
AccentColour = colours.Yellow
|
AccentColour = colourProvider.Highlight1
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
levelProgressText = new OsuSpriteText
|
levelProgressText = new OsuSpriteText
|
||||||
|
Reference in New Issue
Block a user