mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 00:53:56 +09:00
@ -104,7 +104,7 @@ namespace osu.Game.Screens.Ranking
|
|||||||
|
|
||||||
public override bool OnExiting(IScreen next)
|
public override bool OnExiting(IScreen next)
|
||||||
{
|
{
|
||||||
allCircles.ForEach(c => { c.ScaleTo(0, transition_time, Easing.OutSine); });
|
allCircles.ForEach(c => c.ScaleTo(0, transition_time, Easing.OutSine));
|
||||||
|
|
||||||
Background.ScaleTo(1f, transition_time / 4, Easing.OutQuint);
|
Background.ScaleTo(1f, transition_time / 4, Easing.OutQuint);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user