mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Use News overlay resources
This commit is contained in:
parent
b19c378fc8
commit
0e5561c783
@ -42,7 +42,7 @@ namespace osu.Game.Overlays.News
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(TextureStore textures)
|
||||
{
|
||||
Texture = textures.Get(@"Headers/changelog"); //using changelog bg until corresponding osu-resources pr is merged.
|
||||
Texture = textures.Get(@"Headers/news");
|
||||
}
|
||||
}
|
||||
|
||||
@ -61,6 +61,8 @@ namespace osu.Game.Overlays.News
|
||||
IsReadingArticle = false;
|
||||
}
|
||||
|
||||
protected override Drawable CreateIcon() => new ScreenTitleIcon(@"Icons/news");
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
private void load(OsuColour colours)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user