mirror of
https://github.com/ppy/osu.git
synced 2026-05-13 20:33:35 +08:00
Allow editor 100% background dim (#36847)
Whatever at this point. https://github.com/ppy/osu/discussions/30421
This commit is contained in:
committed by
GitHub
Unverified
parent
8fe63ade31
commit
04767f44bb
@@ -198,7 +198,7 @@ namespace osu.Game.Configuration
|
||||
|
||||
SetDefault(OsuSetting.DiscordRichPresence, DiscordRichPresenceMode.Full);
|
||||
|
||||
SetDefault(OsuSetting.EditorDim, 0.25f, 0f, 0.75f, 0.25f);
|
||||
SetDefault(OsuSetting.EditorDim, 0.25f, 0f, 1f, 0.25f);
|
||||
SetDefault(OsuSetting.EditorWaveformOpacity, 0.25f, 0f, 1f, 0.25f);
|
||||
SetDefault(OsuSetting.EditorShowHitMarkers, true);
|
||||
SetDefault(OsuSetting.EditorAutoSeekOnPlacement, true);
|
||||
|
||||
@@ -24,6 +24,7 @@ namespace osu.Game.Screens.Edit
|
||||
createMenuItem(0.25f),
|
||||
createMenuItem(0.5f),
|
||||
createMenuItem(0.75f),
|
||||
createMenuItem(1),
|
||||
};
|
||||
|
||||
this.backgroundDim = backgroundDim;
|
||||
|
||||
Reference in New Issue
Block a user