1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-17 16:13:33 +08:00

Change default editor waveform opacity to 25%

The previous setting felt way too high.
This commit is contained in:
Dean Herbert
2021-04-13 16:48:05 +09:00
Unverified
parent 20a432c083
commit 5a06db8a11
+1 -1
View File
@@ -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)