mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Make intro resume slower
This commit is contained in:
@ -117,7 +117,7 @@ namespace osu.Game.Screens.Menu
|
||||
logo.Colour = Color4.DarkGray;
|
||||
logo.Ripple = false;
|
||||
|
||||
const int quick_appear = 150;
|
||||
const int quick_appear = 350;
|
||||
|
||||
int initialMovementTime = logo.Alpha > 0.2f ? quick_appear : 0;
|
||||
|
||||
|
Reference in New Issue
Block a user