mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 10:02:59 +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.Colour = Color4.DarkGray;
|
||||||
logo.Ripple = false;
|
logo.Ripple = false;
|
||||||
|
|
||||||
const int quick_appear = 150;
|
const int quick_appear = 350;
|
||||||
|
|
||||||
int initialMovementTime = logo.Alpha > 0.2f ? quick_appear : 0;
|
int initialMovementTime = logo.Alpha > 0.2f ? quick_appear : 0;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user