mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
introduce main menu background modes
This commit is contained in:
@ -117,6 +117,8 @@ namespace osu.Game.Configuration
|
||||
Set(OsuSetting.UIHoldActivationDelay, 200, 0, 500);
|
||||
|
||||
Set(OsuSetting.IntroSequence, IntroSequence.Triangles);
|
||||
|
||||
Set(OsuSetting.BackgroundMode, BackgroundMode.Default);
|
||||
}
|
||||
|
||||
public OsuConfigManager(Storage storage)
|
||||
@ -186,6 +188,7 @@ namespace osu.Game.Configuration
|
||||
UIScale,
|
||||
IntroSequence,
|
||||
UIHoldActivationDelay,
|
||||
HitLighting
|
||||
HitLighting,
|
||||
BackgroundMode
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user