1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 04:52:57 +08:00

Increase number of backgrounds in line with resources

This commit is contained in:
Dean Herbert 2019-07-02 17:57:23 +09:00
parent 115dcc3147
commit 587be955c3

View File

@ -18,7 +18,7 @@ namespace osu.Game.Screens.Backgrounds
private Background background;
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}";