mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Add separate Seasonal Backgrounds setting (Always, Sometimes, Never)
This commit is contained in:
@ -131,6 +131,7 @@ namespace osu.Game.Configuration
|
||||
Set(OsuSetting.IntroSequence, IntroSequence.Triangles);
|
||||
|
||||
Set(OsuSetting.MenuBackgroundSource, BackgroundSource.Skin);
|
||||
Set(OsuSetting.SeasonalBackgrounds, SeasonalBackgrounds.Sometimes);
|
||||
}
|
||||
|
||||
public OsuConfigManager(Storage storage)
|
||||
@ -239,5 +240,6 @@ namespace osu.Game.Configuration
|
||||
HitLighting,
|
||||
MenuBackgroundSource,
|
||||
GameplayDisableWinKey,
|
||||
SeasonalBackgrounds
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user