mirror of
https://github.com/ppy/osu
synced 2025-01-18 20:10:49 +00:00
Change default editor waveform opacity to 25%
The previous setting felt way too high.
This commit is contained in:
parent
20a432c083
commit
5a06db8a11
@ -143,7 +143,7 @@ namespace osu.Game.Configuration
|
||||
|
||||
SetDefault(OsuSetting.DiscordRichPresence, DiscordRichPresenceMode.Full);
|
||||
|
||||
SetDefault(OsuSetting.EditorWaveformOpacity, 1f);
|
||||
SetDefault(OsuSetting.EditorWaveformOpacity, 0.25f);
|
||||
}
|
||||
|
||||
public OsuConfigManager(Storage storage)
|
||||
|
Loading…
Reference in New Issue
Block a user