mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Add editor waveform opacity selection to menu
This commit is contained in:
@ -132,6 +132,8 @@ namespace osu.Game.Configuration
|
||||
|
||||
Set(OsuSetting.MenuBackgroundSource, BackgroundSource.Skin);
|
||||
Set(OsuSetting.SeasonalBackgroundMode, SeasonalBackgroundMode.Sometimes);
|
||||
|
||||
Set(OsuSetting.EditorWaveformOpacity, 1f);
|
||||
}
|
||||
|
||||
public OsuConfigManager(Storage storage)
|
||||
@ -241,6 +243,7 @@ namespace osu.Game.Configuration
|
||||
HitLighting,
|
||||
MenuBackgroundSource,
|
||||
GameplayDisableWinKey,
|
||||
SeasonalBackgroundMode
|
||||
SeasonalBackgroundMode,
|
||||
EditorWaveformOpacity,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user