mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 15:47:26 +08:00
Make intro resume slower
This commit is contained in:
parent
c99ffb4aa3
commit
8f78d84ad6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user