mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 09:02:55 +08:00
Reduce settings fade in duration to higher alpha/colour cross-talk
This commit is contained in:
parent
9240148c8e
commit
b088959045
@ -197,7 +197,7 @@ namespace osu.Game.Overlays
|
||||
ContentContainer.Margin = new MarginPadding { Left = Sidebar?.DrawWidth ?? 0 };
|
||||
}
|
||||
|
||||
private const double fade_in_duration = 1000;
|
||||
private const double fade_in_duration = 500;
|
||||
|
||||
private void loadSections()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user