mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 23:24:04 +09:00
Reduce settings fade in duration to higher alpha/colour cross-talk
This commit is contained in:
@ -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()
|
||||
{
|
||||
|
Reference in New Issue
Block a user