mirror of
https://github.com/osukey/osukey.git
synced 2025-05-29 17:37:23 +09: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.DiscordRichPresence, DiscordRichPresenceMode.Full);
|
||||||
|
|
||||||
SetDefault(OsuSetting.EditorWaveformOpacity, 1f);
|
SetDefault(OsuSetting.EditorWaveformOpacity, 0.25f);
|
||||||
}
|
}
|
||||||
|
|
||||||
public OsuConfigManager(Storage storage)
|
public OsuConfigManager(Storage storage)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user