mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 09:32:55 +08:00
Increase number of backgrounds in line with resources
This commit is contained in:
parent
115dcc3147
commit
587be955c3
@ -18,7 +18,7 @@ namespace osu.Game.Screens.Backgrounds
|
|||||||
private Background background;
|
private Background background;
|
||||||
|
|
||||||
private int currentDisplay;
|
private int currentDisplay;
|
||||||
private const int background_count = 5;
|
private const int background_count = 7;
|
||||||
|
|
||||||
private string backgroundName => $@"Menu/menu-background-{currentDisplay % background_count + 1}";
|
private string backgroundName => $@"Menu/menu-background-{currentDisplay % background_count + 1}";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user