mirror of
https://github.com/osukey/osukey.git
synced 2025-05-09 23:57:18 +09:00
change background to background 5
This commit is contained in:
parent
8acf82944f
commit
e636692596
@ -28,6 +28,7 @@ namespace osu.Game.Overlays.Changelog
|
|||||||
|
|
||||||
private readonly FillFlowContainer textContainer;
|
private readonly FillFlowContainer textContainer;
|
||||||
private readonly Container imageContainer;
|
private readonly Container imageContainer;
|
||||||
|
private readonly Box background;
|
||||||
|
|
||||||
public ChangelogSupporterPromo()
|
public ChangelogSupporterPromo()
|
||||||
{
|
{
|
||||||
@ -56,10 +57,9 @@ namespace osu.Game.Overlays.Changelog
|
|||||||
},
|
},
|
||||||
Children = new Drawable[]
|
Children = new Drawable[]
|
||||||
{
|
{
|
||||||
new Box
|
background = new Box
|
||||||
{
|
{
|
||||||
RelativeSizeAxes = Axes.Both,
|
RelativeSizeAxes = Axes.Both,
|
||||||
Colour = Color4Extensions.FromHex("#222027"),
|
|
||||||
},
|
},
|
||||||
new Container
|
new Container
|
||||||
{
|
{
|
||||||
@ -92,8 +92,10 @@ namespace osu.Game.Overlays.Changelog
|
|||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
private void load(OsuColour colour, TextureStore textures)
|
private void load(OsuColour colour, TextureStore textures, OverlayColourProvider colourProvider)
|
||||||
{
|
{
|
||||||
|
background.Colour = colourProvider.Background5;
|
||||||
|
|
||||||
SupporterPromoLinkFlowContainer supportLinkText;
|
SupporterPromoLinkFlowContainer supportLinkText;
|
||||||
textContainer.Children = new Drawable[]
|
textContainer.Children = new Drawable[]
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user