mirror of
https://github.com/ppy/osu.git
synced 2025-01-07 19:22:58 +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 };
|
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()
|
private void loadSections()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user